mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
12 lines
275 B
CMake
12 lines
275 B
CMake
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|
|
include_directories(${KDE4_KIO_INCLUDES})
|
|
|
|
set(krosstest_SRCS
|
|
testobject.cpp
|
|
main.cpp )
|
|
|
|
|
|
kde4_add_executable(krosstest TEST ${krosstest_SRCS})
|
|
|
|
target_link_libraries(krosstest ${KDE4_KDEUI_LIBS} krosscore )
|
|
|