mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
4 lines
175 B
CMake
4 lines
175 B
CMake
include_directories( ${KDE4_KPTY_INCLUDES} )
|
|
|
|
kde4_add_test(kptyprocesstest kptyprocesstest.cpp)
|
|
target_link_libraries(kptyprocesstest ${KDE4_KPTY_LIBS} ${QT_QTTEST_LIBRARY})
|