diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-07 16:06:23 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-11 00:55:20 +0100 |
commit | 323f60b25f0872ddee04f52aec374b741dbf9d17 (patch) | |
tree | 26833e06f090b4a43bdc04051fe37e35cbba267b /CMakeLists.txt | |
parent | fdd74a41929b4343902f1d1dfcd5116534a79f4f (diff) | |
download | sink-323f60b25f0872ddee04f52aec374b741dbf9d17.tar.gz sink-323f60b25f0872ddee04f52aec374b741dbf9d17.zip |
How Are We Doing (hawd) framework
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) | |||
38 | add_definitions("-Wall -std=c++0x") | 38 | add_definitions("-Wall -std=c++0x") |
39 | include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}) | 39 | include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}) |
40 | 40 | ||
41 | configure_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 |
42 | add_subdirectory(common) | 44 | add_subdirectory(common) |
43 | 45 | ||