diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-16 22:40:44 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-16 22:40:44 +0100 |
commit | 77944384d24b5005d6b8648572a31a3ae84dd946 (patch) | |
tree | 8726831773b4182cb6177d6c72a723e08a6c15aa /CMakeLists.txt | |
parent | 66b21fd2e3c53e4a820e3343b192be7b043da110 (diff) | |
download | sink-77944384d24b5005d6b8648572a31a3ae84dd946.tar.gz sink-77944384d24b5005d6b8648572a31a3ae84dd946.zip |
add pipelines (as a sketch only), message ids and message responses
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4096fa4..8d33281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -36,7 +36,8 @@ endfunction(generate_flatbuffers) | |||
36 | 36 | ||
37 | set(CMAKE_AUTOMOC ON) | 37 | 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} ${CMAKE_BINARY_DIR}/common ${FLATBUFFERS_INCLUDE_DIR}) | 39 | include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${FLATBUFFERS_INCLUDE_DIR} ${CMAKE_BINARY_DIR}/common) |
40 | include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) | ||
40 | 41 | ||
41 | configure_file(hawd.conf hawd.conf) | 42 | configure_file(hawd.conf hawd.conf) |
42 | 43 | ||