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/src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 async/src/CMakeLists.txt (limited to 'async/src/CMakeLists.txt') diff --git a/async/src/CMakeLists.txt b/async/src/CMakeLists.txt new file mode 100644 index 0000000..a98d8ce --- /dev/null +++ b/async/src/CMakeLists.txt @@ -0,0 +1,6 @@ +set(async_SRCS + async.cpp +) + +add_library(akonadi2async SHARED ${async_SRCS}) +target_link_libraries(akonadi2async Qt5::Core) -- cgit v1.2.3