mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
68776fe319
The helper DLL will be utilized by Windows Installer with Custom Actions defined in the NCMsiHelper.wxs WiX fragment. Exports: - ExecNsisUninstaller - RemoveNavigationPaneEntries Signed-off-by: Michael Schuster <michael@schuster.ms>
7 lines
223 B
CMake
7 lines
223 B
CMake
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()
|