diff options
author | Dan Vrátil <dvratil@redhat.com> | 2014-12-11 11:07:04 +0100 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2014-12-11 11:07:20 +0100 |
commit | 67d47d893bc582fbd06da8bd93a1c416fa314ca6 (patch) | |
tree | a30004b1c974baef1a700f6647eae2cf43e9f06b /async/src/CMakeLists.txt | |
parent | 0fc8477dec805f943e829a662a9e42337ce628ab (diff) | |
download | sink-67d47d893bc582fbd06da8bd93a1c416fa314ca6.tar.gz sink-67d47d893bc582fbd06da8bd93a1c416fa314ca6.zip |
Prototype of Async library
Diffstat (limited to 'async/src/CMakeLists.txt')
-rw-r--r-- | async/src/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
1 | set(async_SRCS | ||
2 | async.cpp | ||
3 | ) | ||
4 | |||
5 | add_library(akonadi2async SHARED ${async_SRCS}) | ||
6 | target_link_libraries(akonadi2async Qt5::Core) | ||