]> Creatis software - FrontAlgorithms.git/blobdiff - CMakeLists.txt
...
[FrontAlgorithms.git] / CMakeLists.txt
index 4aa96867e0c75bb107a4b87c004ae2857ff73210..369cba1c0510f1d72b4ac84fdedccdccf30986e5 100644 (file)
@@ -5,10 +5,10 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
 ## ========================
 
 SET(prj_NAME FrontAlgorithms)
-SET(prj_MAJOR_VERSION   0)
-SET(prj_MINOR_VERSION   1)
+SET(prj_MAJOR_VERSION   1)
+SET(prj_MINOR_VERSION   0)
 SET(prj_RELEASE_VERSION 0)
-SET(_subdirs lib plugins examples)
+SET(_subdirs examples) # lib plugins)
 SET(_policies CMP0015 CMP0020 CMP0042)
 
 ## ==========================
@@ -26,25 +26,22 @@ ENDFOREACH(_p)
 ## ===========================
 
 PROJECT(${prj_NAME})
-SET(
-  prj_VERSION
-  "${prj_MAJOR_VERSION}.${prj_MINOR_VERSION}.${prj_RELEASE_VERSION}"
-  )
+SET(prj_VERSION "${prj_MAJOR_VERSION}.${prj_MINOR_VERSION}.${prj_RELEASE_VERSION}")
 SET(prj_SHORT_VERSION "${prj_MAJOR_VERSION}")
 
 ## =====================================
 ## == Functions, packages and options ==
 ## =====================================
 
-INCLUDE(cmake/BaseConfig.cmake)
-OPTION(USE_cpPlugins "Build cpPlugins-based code" OFF)
-IF(USE_cpPlugins)
-  FIND_PACKAGE(cpPlugins)
-  MARK_AS_ADVANCED(CLEAR cpPlugins_DIR)
-ENDIF(USE_cpPlugins)
-INCLUDE(cmake/KitwareTools.cmake)
-INCLUDE(cmake/QtTools.cmake)
-INCLUDE(cmake/Functions.cmake)
+#INCLUDE(cmake/BaseConfig.cmake)
+#OPTION(USE_cpPlugins "Build cpPlugins-based code" OFF)
+#IF(USE_cpPlugins)
+#  FIND_PACKAGE(cpPlugins)
+#  MARK_AS_ADVANCED(CLEAR cpPlugins_DIR)
+#ENDIF(USE_cpPlugins)
+#INCLUDE(cmake/KitwareTools.cmake)
+#INCLUDE(cmake/QtTools.cmake)
+#INCLUDE(cmake/Functions.cmake)
 
 ## ===========================
 ## == Build different parts ==