You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
747 B
Plaintext
18 lines
747 B
Plaintext
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 )
|