summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt.ORI
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt.ORI')
-rw-r--r--CMakeLists.txt.ORI17
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 )