diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-23 09:24:55 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-23 09:24:55 +0200 |
commit | 88556fa0f4040792aacb2ad1af28b2f61b365448 (patch) | |
tree | 49400c2e4cb8c46b048ad126336c2bb6288ab635 /CMakeLists.txt | |
parent | 26c879c241ff3ce207d5ae754818fea1b50bd153 (diff) | |
download | sink-88556fa0f4040792aacb2ad1af28b2f61b365448.tar.gz sink-88556fa0f4040792aacb2ad1af28b2f61b365448.zip |
Made headers installable and install headers
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0be5d90..0ae6bcf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -35,7 +35,7 @@ endfunction(generate_flatbuffers) | |||
35 | set(CMAKE_AUTOMOC ON) | 35 | set(CMAKE_AUTOMOC ON) |
36 | add_definitions("-Wall -std=c++0x -g") | 36 | add_definitions("-Wall -std=c++0x -g") |
37 | include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${FLATBUFFERS_INCLUDE_DIR} ${CMAKE_BINARY_DIR}/common) | 37 | include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${FLATBUFFERS_INCLUDE_DIR} ${CMAKE_BINARY_DIR}/common) |
38 | include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) | 38 | include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common ${CMAKE_SOURCE_DIR}/common/domain) |
39 | 39 | ||
40 | configure_file(hawd.conf hawd.conf) | 40 | configure_file(hawd.conf hawd.conf) |
41 | 41 | ||