diff options
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) | ||