diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-15 07:30:08 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-15 07:30:08 +0100 |
commit | 6ca6273427fe939080aba15349dcc380c44d1c3f (patch) | |
tree | 6d755f9c22533f7ad515f79cb25447ec4c56b1cf /tests/CMakeLists.txt | |
parent | 3e01511e54bda77e553f22ff905c557ac204cbe5 (diff) | |
download | sink-6ca6273427fe939080aba15349dcc380c44d1c3f.tar.gz sink-6ca6273427fe939080aba15349dcc380c44d1c3f.zip |
make libhawd a shared lib
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9087323..30db15e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | add_subdirectory(hawd) | 1 | add_subdirectory(hawd) |
2 | 2 | ||
3 | set(CMAKE_AUTOMOC ON) | 3 | set(CMAKE_AUTOMOC ON) |
4 | include_directories(${CMAKE_CURRENT_BINARY_DIR}) | 4 | include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/hawd) |
5 | 5 | ||
6 | generate_flatbuffers(calendar) | 6 | generate_flatbuffers(calendar) |
7 | 7 | ||