kde-workspace/kiconfinder/CMakeLists.txt
2015-09-01 04:37:19 +03:00

5 lines
162 B
CMake

add_executable(kiconfinder kiconfinder.cpp)
target_link_libraries(kiconfinder ${KDE4_KDEUI_LIBS})
install(TARGETS kiconfinder ${INSTALL_TARGETS_DEFAULT_ARGS} )