kde-workspace/solid-hardware/CMakeLists.txt

11 lines
282 B
Text
Raw Normal View History

2014-11-15 04:16:00 +02:00
########### next target ###############
set(solid-hardware_SRCS solid-hardware.cpp)
add_executable(solid-hardware ${solid-hardware_SRCS})
target_link_libraries(solid-hardware KDE4::kdecore KDE4::solid)
install(
TARGETS solid-hardware
DESTINATION ${KDE4_BIN_INSTALL_DIR}
)