mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
9 lines
175 B
CMake
9 lines
175 B
CMake
set(kfile_SRCS kfile.cpp)
|
|
|
|
add_executable(kfile4 ${kfile_SRCS})
|
|
|
|
target_link_libraries(kfile4 ${KDE4_KIO_LIBS})
|
|
|
|
install(
|
|
TARGETS kfile4 ${INSTALL_TARGETS_DEFAULT_ARGS}
|
|
)
|