summaryrefslogtreecommitdiffstats
path: root/tests/hawd/CMakeLists.txt
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-15 07:30:08 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-15 07:30:08 +0100
commit6ca6273427fe939080aba15349dcc380c44d1c3f (patch)
tree6d755f9c22533f7ad515f79cb25447ec4c56b1cf /tests/hawd/CMakeLists.txt
parent3e01511e54bda77e553f22ff905c557ac204cbe5 (diff)
downloadsink-6ca6273427fe939080aba15349dcc380c44d1c3f.tar.gz
sink-6ca6273427fe939080aba15349dcc380c44d1c3f.zip
make libhawd a shared lib
Diffstat (limited to 'tests/hawd/CMakeLists.txt')
-rw-r--r--tests/hawd/CMakeLists.txt3
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
25add_library(libhawd ${lib_SRCS}) 25add_library(libhawd SHARED ${lib_SRCS})
26generate_export_header(libhawd BASE_NAME HAWD EXPORT_FILE_NAME hawd_export.h)
26qt5_use_modules(libhawd Core) 27qt5_use_modules(libhawd Core)
27target_link_libraries(libhawd akonadi2common ${LIBGIT2_LIBRARIES}) 28target_link_libraries(libhawd akonadi2common ${LIBGIT2_LIBRARIES})
28install(TARGETS libhawd DESTINATION lib) 29install(TARGETS libhawd DESTINATION lib)