mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
6 lines
173 B
Text
6 lines
173 B
Text
![]() |
kde4_add_executable(kiconfinder NOGUI kiconfinder.cpp)
|
||
|
|
||
|
target_link_libraries(kiconfinder ${KDE4_KDEUI_LIBS})
|
||
|
|
||
|
install(TARGETS kiconfinder ${INSTALL_TARGETS_DEFAULT_ARGS} )
|