]> Creatis software - cpPlugins.git/blobdiff - CMakeLists.txt
...
[cpPlugins.git] / CMakeLists.txt
index d584f6e8ba961be5af0d887443142a28eba79432..0f910161de4a1f986dfbe405235adcd1e9751dfa 100644 (file)
@@ -5,11 +5,15 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
 ## ========================
 
 SET(prj_NAME cpPlugins)
-SET(prj_MAJ_VERSION 0)
-SET(prj_MIN_VERSION 1)
+SET(prj_MAJ_VERSION 1)
+SET(prj_MIN_VERSION 0)
 SET(prj_REL_VERSION 0)
-SET(_subdirs cmake bash lib tools plugins appli)
 SET(_policies CMP0015 CMP0020 CMP0042)
+SET(
+  _subdirs
+  applis
+  libs
+  )
 
 ## ==========================
 ## == Some useful policies ==
@@ -35,8 +39,8 @@ SET(prj_SHORT_VERSION "${prj_MAJ_VERSION}")
 
 INCLUDE(cmake/BaseConfig.cmake)
 INCLUDE(cmake/Options.cmake)
-INCLUDE(cmake/KitwareTools.cmake)
 INCLUDE(cmake/QtTools.cmake)
+#INCLUDE(cmake/KitwareTools.cmake)
 INCLUDE(cmake/Functions.cmake)
 
 ## ===========================