You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesshaskpass/src/CMakeLists.txt

11 lines
314 B

set(ksshaskpass_SRCS
ksshaskpass.cpp
)
add_executable(ksshaskpass ${ksshaskpass_SRCS})
target_link_libraries(ksshaskpass ${QT_LIBRARIES} kdeui kwalletclient)
install(TARGETS ksshaskpass DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
install(FILES ksshaskpass.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)