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