diff options
author | Dan Vrátil <dvratil@redhat.com> | 2014-12-09 13:50:04 +0100 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2014-12-11 11:07:20 +0100 |
commit | 0fc8477dec805f943e829a662a9e42337ce628ab (patch) | |
tree | ac1aadccc219672fc35b25bfdd0abeeb7452bf5a /CMakeLists.txt | |
parent | ee6f068dff6b15441e553ffbfb2bf8aa97b26f57 (diff) | |
download | sink-0fc8477dec805f943e829a662a9e42337ce628ab.tar.gz sink-0fc8477dec805f943e829a662a9e42337ce628ab.zip |
Fix build with FlatBuffers in non-standard location
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 c5b2eb4..514895f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -36,7 +36,7 @@ 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}) | 39 | include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${FLATBUFFERS_INCLUDE_DIR}) |
40 | 40 | ||
41 | configure_file(hawd.conf hawd.conf) | 41 | configure_file(hawd.conf hawd.conf) |
42 | 42 | ||