mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
8 lines
142 B
CMake
8 lines
142 B
CMake
add_subdirectory(testclient)
|
|
add_subdirectory(MacOSX)
|
|
add_subdirectory(icons)
|
|
|
|
if( UNIX AND NOT APPLE )
|
|
add_subdirectory(nautilus)
|
|
endif()
|
|
|