mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
11 lines
297 B
CMake
11 lines
297 B
CMake
# MSI package scripts, helper DLL and migration tools
|
|
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
if(BUILD_WIN_MSI)
|
|
add_subdirectory(msi)
|
|
endif()
|
|
|
|
if(BUILD_WIN_MSI OR BUILD_WIN_TOOLS)
|
|
add_subdirectory(tools)
|
|
endif()
|