mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
10 lines
183 B
CMake
10 lines
183 B
CMake
set(kfile_SRCS kfile.cpp)
|
|
|
|
add_executable(kfile4 ${kfile_SRCS})
|
|
|
|
target_link_libraries(kfile4 ${KDE4_KIO_LIBS})
|
|
|
|
install(
|
|
TARGETS kfile4
|
|
DESTINATION ${KDE4_BIN_INSTALL_DIR}
|
|
)
|