diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-28 09:48:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-28 09:59:28 +0900 |
commit | eb684d7fa3c107977074672615c957086e7e9088 (patch) | |
tree | 60a255e522fa34a81aab3a701b2859454f09175e /CMakeLists.txt.ORI | |
parent | ab12cfe230b06ba2a4505e681d7b8ce6ea35fb34 (diff) | |
download | polkit-agent-tde-eb684d7fa3c107977074672615c957086e7e9088.tar.gz polkit-agent-tde-eb684d7fa3c107977074672615c957086e7e9088.zip |
Conversion of package functionality.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt.ORI')
-rw-r--r-- | CMakeLists.txt.ORI | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CMakeLists.txt.ORI b/CMakeLists.txt.ORI new file mode 100644 index 0000000..8b2ebe7 --- /dev/null +++ b/CMakeLists.txt.ORI @@ -0,0 +1,17 @@ +kde4_add_executable(polkit-kde-authentication-agent-1 ${policykit_SRCS}) + +target_link_libraries(polkit-kde-authentication-agent-1 + ${KDE4_TDEUI_LIBS} + ${POLKITQT-1_LIBRARIES} +) + +configure_file(polkit-kde-authentication-agent-1.desktop.in ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop) + +install(TARGETS polkit-kde-authentication-agent-1 DESTINATION ${LIBEXEC_INSTALL_DIR}) + +install(FILES ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop DESTINATION ${AUTOSTART_INSTALL_DIR}) + +install(FILES policykit1-kde.notifyrc DESTINATION ${DATA_INSTALL_DIR}/policykit1-kde) + +include(MacroOptionalAddSubdirectory) +macro_optional_add_subdirectory( po ) |