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