kpmcore/src/plugins/libparted/helpers/CMakeLists.txt

7 lines
332 B
CMake
Raw Normal View History

add_executable(kpmcore_scan scan.cpp)
2016-07-25 16:29:02 +01:00
target_link_libraries(kpmcore_scan ${LIBPARTED_LIBS} ${BLKID_LIBRARIES} KF5::Auth)
install(TARGETS kpmcore_scan DESTINATION ${KAUTH_HELPER_INSTALL_DIR})
kauth_install_helper_files(kpmcore_scan org.kde.kpmcore.scan root)
kauth_install_actions(org.kde.kpmcore.scan org.kde.kpmcore.scan.actions)