mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
5 lines
172 B
CMake
5 lines
172 B
CMake
add_executable(ktraderclient ktraderclient.cpp)
|
|
|
|
target_link_libraries(ktraderclient ${KDE4_KDECORE_LIBS})
|
|
|
|
install(TARGETS ktraderclient ${INSTALL_TARGETS_DEFAULT_ARGS} )
|