summaryrefslogtreecommitdiffstats
path: root/tests/hawd/CMakeLists.txt
diff options
context:
space:
mode:
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)