mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
6 lines
238 B
Text
6 lines
238 B
Text
![]() |
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|
||
|
include_directories( ${KDE4_KPTY_INCLUDES} )
|
||
|
|
||
|
kde4_add_unit_test(kptyprocesstest kptyprocesstest.cpp)
|
||
|
target_link_libraries(kptyprocesstest ${KDE4_KPTY_LIBS} ${QT_QTTEST_LIBRARY})
|