cmake setupfiles
[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})
6
7 # all of our source files al relative to the root of our project
8 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
9 ADD_SUBDIRECTORY( alg )
10 ADD_SUBDIRECTORY( qui )