put build environment support tools in makelib
[mussa.git] / CMakeLists.txt
index 529e66a0619836d5110401bbcaf4d1b655dc3463..3a1331561becc4b2399286232629b0232904ecc8 100644 (file)
@@ -2,7 +2,10 @@ PROJECT(mussa)
 
 ENABLE_TESTING()
 # try to include our cmake modules
-SET (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR})
+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})