Write cmake scripts for building the html manual
[mussa.git] / CMakeLists.txt
index b3d8fb2ffeb81cbc7a400033ad39216a0feb49d6..e5ca03000c79ebf9c11fcfe7dc6930c78f2f9cd1 100644 (file)
@@ -14,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 )