From 67d47d893bc582fbd06da8bd93a1c416fa314ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 11 Dec 2014 11:07:04 +0100 Subject: Prototype of Async library --- async/autotests/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 async/autotests/CMakeLists.txt (limited to 'async/autotests/CMakeLists.txt') 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 @@ +include_directories(../src ${CMAKE_CURRENT_BINARY_DIR}) + +add_executable(asynctest asynctest.cpp) +qt5_use_modules(asynctest Test) +target_link_libraries(asynctest akonadi2async Qt5::Core Qt5::Test) \ No newline at end of file -- cgit v1.2.3