This commit is contained in:
parent
ff18fe8b5d
commit
81805a8b2d
@ -2,7 +2,7 @@ diff --git a/src/start_kdeinit/CMakeLists.txt b/src/start_kdeinit/CMakeLists.txt
|
|||||||
index 46d6cb3..31434df 100644
|
index 46d6cb3..31434df 100644
|
||||||
--- a/src/start_kdeinit/CMakeLists.txt
|
--- a/src/start_kdeinit/CMakeLists.txt
|
||||||
+++ b/src/start_kdeinit/CMakeLists.txt
|
+++ b/src/start_kdeinit/CMakeLists.txt
|
||||||
@@ -2,6 +2,11 @@ add_executable(start_kdeinit start_kdeinit.c)
|
@@ -3,6 +3,11 @@ add_executable(start_kdeinit start_kdeinit.c)
|
||||||
if (Libcap_FOUND)
|
if (Libcap_FOUND)
|
||||||
target_link_libraries(start_kdeinit ${Libcap_LIBRARIES})
|
target_link_libraries(start_kdeinit ${Libcap_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
@ -12,5 +12,5 @@ index 46d6cb3..31434df 100644
|
|||||||
+set_property(TARGET start_kdeinit APPEND_STRING PROPERTY LINK_FLAGS " -pie")
|
+set_property(TARGET start_kdeinit APPEND_STRING PROPERTY LINK_FLAGS " -pie")
|
||||||
+
|
+
|
||||||
add_executable(start_kdeinit_wrapper start_kdeinit_wrapper.c)
|
add_executable(start_kdeinit_wrapper start_kdeinit_wrapper.c)
|
||||||
|
ecm_mark_nongui_executable(start_kdeinit_wrapper)
|
||||||
|
|
||||||
install(TARGETS start_kdeinit DESTINATION ${CMAKE_INSTALL_FULL_LIBEXECDIR_KF5})
|
|
||||||
|
Loading…
Reference in New Issue
Block a user