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/hawd/CMakeLists.txt | |
parent | 3e01511e54bda77e553f22ff905c557ac204cbe5 (diff) | |
download | sink-6ca6273427fe939080aba15349dcc380c44d1c3f.tar.gz sink-6ca6273427fe939080aba15349dcc380c44d1c3f.zip |
make libhawd a shared lib
Diffstat (limited to 'tests/hawd/CMakeLists.txt')
-rw-r--r-- | tests/hawd/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hawd/CMakeLists.txt b/tests/hawd/CMakeLists.txt index 6400baf..271d14f 100644 --- a/tests/hawd/CMakeLists.txt +++ b/tests/hawd/CMakeLists.txt | |||
@@ -22,7 +22,8 @@ set(SRCS | |||
22 | modules/print.cpp | 22 | modules/print.cpp |
23 | ) | 23 | ) |
24 | 24 | ||
25 | add_library(libhawd ${lib_SRCS}) | 25 | add_library(libhawd SHARED ${lib_SRCS}) |
26 | generate_export_header(libhawd BASE_NAME HAWD EXPORT_FILE_NAME hawd_export.h) | ||
26 | qt5_use_modules(libhawd Core) | 27 | qt5_use_modules(libhawd Core) |
27 | target_link_libraries(libhawd akonadi2common ${LIBGIT2_LIBRARIES}) | 28 | target_link_libraries(libhawd akonadi2common ${LIBGIT2_LIBRARIES}) |
28 | install(TARGETS libhawd DESTINATION lib) | 29 | install(TARGETS libhawd DESTINATION lib) |