CMakeLists.txt
authorAlan Knowles <alan@roojs.com>
Fri, 15 Feb 2019 06:37:27 +0000 (14:37 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Feb 2019 06:37:27 +0000 (14:37 +0800)
CMakeLists.txt

index a50d9b0..30c9655 100644 (file)
@@ -98,7 +98,10 @@ link_directories(${LIB_PATHS})
 
 set (LIBRARY_PATH "src")
 set(ROOJSPACKER_LIBRARY_NAME ${PROJECT_NAME}-${ROOJSPACKER_VERSION_API})
+set(ROOJSPACKER_PKG_NAME ${PROJECT_NAME}-${ROOJSPACKER_VERSION_API})
 
+# Name of the GObject Introspection repository for the library.
+set(ROOJSPACKER_GIR_NAME "MyProject-${ROOJSPACKER_VERSION_API}")
   
 add_subdirectory(roojspacker)
 #add_subdirectory(bin)
\ No newline at end of file