kdelibs/kpty/tests/CMakeLists.txt

6 lines
161 B
Text
Raw Permalink Normal View History

include_directories(${KDE4_KPTY_INCLUDES})
2014-11-13 01:04:59 +02:00
2015-09-04 13:06:11 +00:00
kde4_add_test(kptyprocesstest kptyprocesstest.cpp)
target_link_libraries(kptyprocesstest ${QT_QTTEST_LIBRARY} kpty)