mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
8 lines
113 B
CMake
8 lines
113 B
CMake
add_subdirectory(MacOSX)
|
|
add_subdirectory(icons)
|
|
|
|
if( UNIX AND NOT APPLE )
|
|
add_subdirectory(nautilus)
|
|
endif()
|
|
|