mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
9 lines
180 B
Text
9 lines
180 B
Text
|
# MSI package scripts, helper DLL and migration tools
|
||
|
if(BUILD_WIN_MSI)
|
||
|
add_subdirectory(msi)
|
||
|
endif()
|
||
|
|
||
|
if(BUILD_WIN_MSI OR BUILD_WIN_TOOLS)
|
||
|
add_subdirectory(tools)
|
||
|
endif()
|