mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
7 lines
176 B
CMake
7 lines
176 B
CMake
set(kfile_SRCS fileprops.cpp )
|
|
|
|
add_executable(kfile4 ${kfile_SRCS})
|
|
|
|
target_link_libraries(kfile4 ${KDE4_KIO_LIBS} )
|
|
|
|
install(TARGETS kfile4 ${INSTALL_TARGETS_DEFAULT_ARGS} )
|