kdelibs/kinit/tests/CMakeLists.txt
Ivailo Monev 5613e5483c generic: remove redundant build varibles
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-17 20:25:52 +03:00

5 lines
147 B
CMake

include_directories(${KDE4_KIO_INCLUDES})
kde4_add_manual_test(klaunchertest klaunchertest.cpp)
target_link_libraries(klaunchertest kdecore kio)