mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
16 lines
310 B
CMake
16 lines
310 B
CMake
add_subdirectory(desktop)
|
|
add_subdirectory(floppy)
|
|
add_subdirectory(network)
|
|
add_subdirectory(remote)
|
|
add_subdirectory(thumbnail)
|
|
add_subdirectory(trash)
|
|
|
|
if(LIBSSH_FOUND)
|
|
add_subdirectory(sftp)
|
|
endif()
|
|
if(MTP_FOUND)
|
|
add_subdirectory(mtp)
|
|
endif()
|
|
if(GPHOTO2_FOUND)
|
|
add_subdirectory(camera)
|
|
endif()
|