diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-03 20:36:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-03 20:36:37 +0100 |
commit | 44757d932abac6c8346366dfa3c0fb94e5ee0d06 (patch) | |
tree | c9120c3b4faf1b8e33dc04fee7347bc91c956977 /dummyresource/CMakeLists.txt | |
parent | 21138cfb7a4537626e11bdf084fcf9d672361059 (diff) | |
download | sink-44757d932abac6c8346366dfa3c0fb94e5ee0d06.tar.gz sink-44757d932abac6c8346366dfa3c0fb94e5ee0d06.zip |
dummyresource that doesn't work yet
Diffstat (limited to 'dummyresource/CMakeLists.txt')
-rw-r--r-- | dummyresource/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dummyresource/CMakeLists.txt b/dummyresource/CMakeLists.txt new file mode 100644 index 0000000..9d28c0b --- /dev/null +++ b/dummyresource/CMakeLists.txt | |||
@@ -0,0 +1,15 @@ | |||
1 | project(akonadinext_dummyresource) | ||
2 | |||
3 | include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) | ||
4 | |||
5 | generate_flatbuffers(dummycalendar) | ||
6 | |||
7 | #Client plugin | ||
8 | add_library(${PROJECT_NAME}_facade SHARED facade.cpp) | ||
9 | target_link_libraries(${PROJECT_NAME}_facade akonadinextcommon) | ||
10 | qt5_use_modules(${PROJECT_NAME}_facade Widgets Network) | ||
11 | #install(TARGETS ${PROJECT_NAME}_facade DESTINATION bin) | ||
12 | |||
13 | #Syncronizer | ||
14 | |||
15 | #add_subdirectory(test) | ||