kde-workspace/kfile/CMakeLists.txt

10 lines
175 B
Text
Raw Normal View History

set(kfile_SRCS kfile.cpp)
2014-11-15 04:16:00 +02:00
2015-09-01 04:37:19 +03:00
add_executable(kfile4 ${kfile_SRCS})
2014-11-15 04:16:00 +02:00
target_link_libraries(kfile4 ${KDE4_KIO_LIBS})
2014-11-15 04:16:00 +02:00
install(
TARGETS kfile4 ${INSTALL_TARGETS_DEFAULT_ARGS}
)