PROJECT(mussa) ENABLE_TESTING() # try to include our cmake modules SET (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/makelib) # debug it! SET (CXX_FLAGS "-g") # all of our source files al relative to the root of our project INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}) ADD_SUBDIRECTORY( alg ) ADD_SUBDIRECTORY( qui )