kde-workspace/kioslave/fish/tests/CMakeLists.txt
2014-11-15 04:16:00 +02:00

13 lines
339 B
CMake

PROJECT( copytester )
FIND_PACKAGE( KDE4 REQUIRED )
INCLUDE_DIRECTORIES( ${KDE4_INCLUDES} . )
SET( copytesterSources main.cpp copytester.cpp )
KDE4_ADD_EXECUTABLE( copytester ${copytesterSources} )
TARGET_LINK_LIBRARIES( copytester ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} )
install( TARGETS copytester ${INSTALL_TARGETS_DEFAULT_ARGS} )