Updater: Mac support

This commit is contained in:
Stenzek
2023-09-23 15:43:12 +10:00
parent a115b40ef7
commit 30fdffae03
13 changed files with 703 additions and 36 deletions

View File

@ -3,7 +3,7 @@ add_subdirectory(util)
add_subdirectory(core)
add_subdirectory(scmversion)
if(WIN32)
if(WIN32 OR APPLE)
add_subdirectory(updater)
endif()