mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
11 lines
386 B
CMake
11 lines
386 B
CMake
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-FileCopyrightText: 2014 ownCloud, Inc.
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
if(APPLE)
|
|
# traverse into osx subdirectory to install and patch the create-pack script
|
|
add_subdirectory(osx)
|
|
elseif(WIN32)
|
|
# MSI package scripts, helper DLL and migration tools
|
|
add_subdirectory(win)
|
|
endif()
|