build fltk version and deal with debian qt4 weirdness
[mussa.git] / CMakeLists.txt
1 PROJECT(mussa)
2
3 ENABLE_TESTING()
4 # try to include our cmake modules
5 SET (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/makelib)
6
7 # debug it!
8 SET (CXX_FLAGS "-g")
9
10 # all of our source files al relative to the root of our project
11 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
12 ADD_SUBDIRECTORY( alg )
13 ADD_SUBDIRECTORY( gui )
14 ADD_SUBDIRECTORY( qui )
15