mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
8 lines
197 B
CMake
8 lines
197 B
CMake
########### next target ###############
|
|
|
|
set(kuiservertest_SRCS kuiservertest.cpp)
|
|
|
|
add_executable(kuiservertest TEST ${kuiservertest_SRCS})
|
|
|
|
target_link_libraries(kuiservertest ${KDE4_KIO_LIBS})
|
|
|