kdelibs/knotify/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

12 lines
370 B
CMake

# This can be used for finding data files in the source dir, without installing them
project(knotifytest)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../config)
########### knotifytest ###############
set(knotifytest_SRCS main.cpp knotifytestwindow.cpp)
kde4_add_manual_test(knotifytest ${knotifytest_SRCS})
target_link_libraries(knotifytest knotifyconfig kio)