kde-workspace/kiconfinder/CMakeLists.txt

6 lines
173 B
Text
Raw Normal View History

2014-11-15 04:16:00 +02:00
kde4_add_executable(kiconfinder NOGUI kiconfinder.cpp)
target_link_libraries(kiconfinder ${KDE4_KDEUI_LIBS})
install(TARGETS kiconfinder ${INSTALL_TARGETS_DEFAULT_ARGS} )