diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c5b2eb4..3f86163 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 | ||
@@ -55,4 +55,7 @@ add_subdirectory(dummyresource) | |||
55 | # some tests | 55 | # some tests |
56 | add_subdirectory(tests) | 56 | add_subdirectory(tests) |
57 | 57 | ||
58 | # async library prototype | ||
59 | add_subdirectory(async) | ||
60 | |||
58 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 61 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |