Write cmake scripts for building the html manual
[mussa.git] / CMakeLists.txt
index 851ed752513309a34a16674285a428725862eafd..e5ca03000c79ebf9c11fcfe7dc6930c78f2f9cd1 100644 (file)
@@ -1,6 +1,8 @@
 PROJECT(mussa)
 
 ENABLE_TESTING()
+CMAKE_MINIMUM_REQUIRED(VERSION 2.2)
+
 # try to include our cmake modules
 SET (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/makelib)
 
@@ -12,8 +14,8 @@ ENDIF(NOT CMAKE_BUILD_TYPE)
 
 # all of our source files al relative to the root of our project
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
+ADD_SUBDIRECTORY( doc )
 ADD_SUBDIRECTORY( alg )
-ADD_SUBDIRECTORY( gui )
-ADD_SUBDIRECTORY( py )
 ADD_SUBDIRECTORY( qui )
+ADD_SUBDIRECTORY( py )