diff options
Diffstat (limited to 'resource/CMakeLists.txt')
-rw-r--r-- | resource/CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/resource/CMakeLists.txt b/resource/CMakeLists.txt deleted file mode 100644 index 1c21b1a..0000000 --- a/resource/CMakeLists.txt +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | project(akonadinext_resource) | ||
2 | |||
3 | include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) | ||
4 | |||
5 | set(akonadinextresource_SRCS | ||
6 | main.cpp | ||
7 | listener.cpp | ||
8 | ) | ||
9 | |||
10 | add_executable(${PROJECT_NAME} ${akonadinextresource_SRCS}) | ||
11 | target_link_libraries(${PROJECT_NAME} akonadinextcommon) | ||
12 | qt5_use_modules(${PROJECT_NAME} Widgets Network) | ||
13 | install(TARGETS ${PROJECT_NAME} DESTINATION bin) | ||