mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
7 lines
212 B
CMake
7 lines
212 B
CMake
include_directories( ${KDE4_KIO_INCLUDES} )
|
|
|
|
set(klaunchertest_SRCS klaunchertest.cpp )
|
|
|
|
kde4_add_manual_test(klaunchertest ${klaunchertest_SRCS})
|
|
|
|
target_link_libraries(klaunchertest ${KDE4_KDECORE_LIBS} kio )
|