diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 18:13:08 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-04 18:13:08 +0200 |
commit | 97488acf72ed8ab0832e37bd33b7a02d0e9d4fef (patch) | |
tree | 5ea848dc8d4c8a269e87d2d690494931cfd59416 /synchronizer/CMakeLists.txt | |
parent | 322c29231f09c675a5ea2fac8346c1206bb4d5da (diff) | |
download | sink-97488acf72ed8ab0832e37bd33b7a02d0e9d4fef.tar.gz sink-97488acf72ed8ab0832e37bd33b7a02d0e9d4fef.zip |
Try again to disable the dock
Diffstat (limited to 'synchronizer/CMakeLists.txt')
-rw-r--r-- | synchronizer/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/synchronizer/CMakeLists.txt b/synchronizer/CMakeLists.txt index 9c422e6..3ea5521 100644 --- a/synchronizer/CMakeLists.txt +++ b/synchronizer/CMakeLists.txt | |||
@@ -15,4 +15,7 @@ target_link_libraries(${PROJECT_NAME} | |||
15 | KAsync | 15 | KAsync |
16 | ${CMAKE_DL_LIBS} | 16 | ${CMAKE_DL_LIBS} |
17 | ) | 17 | ) |
18 | if(APPLE) | ||
19 | target_link_libraries(${PROJECT_NAME} "-framework CoreFoundation") | ||
20 | endif() | ||
18 | install(TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) | 21 | install(TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) |