kdelibs/knotify/tests/CMakeLists.txt

13 lines
400 B
Text
Raw Normal View History

2014-11-13 01:04:59 +02:00
# 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 ###############
2015-09-04 13:06:11 +00:00
set(knotifytest_SRCS main.cpp knotifytestwindow.cpp knotifytestview.ui)
2014-11-13 01:04:59 +02:00
2015-09-04 13:06:11 +00:00
add_executable(knotifytest ${knotifytest_SRCS})
2014-11-13 01:04:59 +02:00
target_link_libraries(knotifytest ${KDE4_KIO_LIBS} knotifyconfig )