From 9051e2cf23f24b50b89c91c14f605012499320d0 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 7 Apr 2006 02:09:28 +0000 Subject: [PATCH] put build environment support tools in makelib --- CMakeLists.txt | 5 ++++- FindBoost.cmake => makelib/FindBoost.cmake | 0 osxdist.py => makelib/osxdist.py | 0 wininst.iss => makelib/wininst.iss | 0 4 files changed, 4 insertions(+), 1 deletion(-) rename FindBoost.cmake => makelib/FindBoost.cmake (100%) rename osxdist.py => makelib/osxdist.py (100%) rename wininst.iss => makelib/wininst.iss (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 529e66a..3a13315 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/FindBoost.cmake b/makelib/FindBoost.cmake similarity index 100% rename from FindBoost.cmake rename to makelib/FindBoost.cmake diff --git a/osxdist.py b/makelib/osxdist.py similarity index 100% rename from osxdist.py rename to makelib/osxdist.py diff --git a/wininst.iss b/makelib/wininst.iss similarity index 100% rename from wininst.iss rename to makelib/wininst.iss -- 2.30.2