summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0ead220..c5b2eb4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,6 +38,8 @@ set(CMAKE_AUTOMOC ON)
38add_definitions("-Wall -std=c++0x") 38add_definitions("-Wall -std=c++0x")
39include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}) 39include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
40 40
41configure_file(hawd.conf hawd.conf)
42
41# common, eventually a lib but right now just the command buffers 43# common, eventually a lib but right now just the command buffers
42add_subdirectory(common) 44add_subdirectory(common)
43 45