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