summaryrefslogtreecommitdiffstats
path: root/async/autotests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'async/autotests/CMakeLists.txt')
-rw-r--r--async/autotests/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/async/autotests/CMakeLists.txt b/async/autotests/CMakeLists.txt
new file mode 100644
index 0000000..a2bedc8
--- /dev/null
+++ b/async/autotests/CMakeLists.txt
@@ -0,0 +1,5 @@
1include_directories(../src ${CMAKE_CURRENT_BINARY_DIR})
2
3add_executable(asynctest asynctest.cpp)
4qt5_use_modules(asynctest Test)
5target_link_libraries(asynctest akonadi2async Qt5::Core Qt5::Test) \ No newline at end of file