mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
9 lines
201 B
CMake
9 lines
201 B
CMake
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|
|
|
|
set(crashtest_SRCS crashtest.cpp )
|
|
|
|
|
|
add_executable(crashtest TEST ${crashtest_SRCS})
|
|
|
|
target_link_libraries(crashtest ${KDE4_KDEUI_LIBS} )
|
|
|