mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
10 lines
206 B
Text
10 lines
206 B
Text
![]() |
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|
||
|
|
||
|
set(crashtest_SRCS crashtest.cpp )
|
||
|
|
||
|
|
||
|
kde4_add_executable(crashtest TEST ${crashtest_SRCS})
|
||
|
|
||
|
target_link_libraries(crashtest ${KDE4_KDEUI_LIBS} )
|
||
|
|