kde-workspace/kiconfinder/CMakeLists.txt

9 lines
168 B
Text
Raw Permalink Normal View History

2015-09-01 04:37:19 +03:00
add_executable(kiconfinder kiconfinder.cpp)
2014-11-15 04:16:00 +02:00
target_link_libraries(kiconfinder KDE4::kdeui)
2014-11-15 04:16:00 +02:00
install(
TARGETS kiconfinder
DESTINATION ${KDE4_BIN_INSTALL_DIR}
)