add cxx
authorAlan Knowles <alan@roojs.com>
Mon, 2 May 2022 02:33:43 +0000 (10:33 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 May 2022 02:33:43 +0000 (10:33 +0800)
CMakeLists.txt

index 83dd774..8bc0828 100644 (file)
@@ -1,4 +1,4 @@
-project("roojspacker" C)
+project("roojspacker" C CXX)
 
 cmake_minimum_required(VERSION 3.2)
 
@@ -117,4 +117,4 @@ set(ROOJSPACKER_GIR_NAME "MyProject-${ROOJSPACKER_VERSION_API}")
 set (LIBRARY_PATH "roojspacker")
   
 add_subdirectory(roojspacker)
-add_subdirectory(bin)
\ No newline at end of file
+add_subdirectory(bin)