mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
10 lines
306 B
CMake
10 lines
306 B
CMake
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|
|
|
|
#include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
set(testdesktop_SRCS kio_desktop_test.cpp)
|
|
|
|
kde4_add_unit_test(testdesktop ${testdesktop_SRCS})
|
|
|
|
target_link_libraries(testdesktop ${KDE4_KIO_LIBS} ${KDE4_SOLID_LIBS} ${QT_QTTEST_LIBRARY})
|
|
|