mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2024-11-14 16:42:47 +01: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>
8 lines
223 B
CMake
8 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()
|