mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
14 lines
637 B
CMake
14 lines
637 B
CMake
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|
|
|
|
# TODO: renable once someone knows what this is supposed to do and the code is cleaned up
|
|
# set(vcsBlackboxTest_SRCS vcsBlackBoxTest.cpp)
|
|
# kde4_add_unit_test(vcsBlackBoxTest ${vcsBlackboxTest_SRCS})
|
|
# target_link_libraries(vcsBlackBoxTest
|
|
# ${QT_QTTEST_LIBRARY}
|
|
# ${QT_QTGUI_LIBRARY}
|
|
# ${KDE4_KDECORE_LIBS}
|
|
# kdevplatformutil
|
|
# kdevplatformvcs
|
|
# kdevplatformtests
|
|
# )
|
|
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|