Addon Manager: Move to git submodule (#20672)

This commit is contained in:
Chris Hennes
2025-04-08 09:40:31 -05:00
committed by GitHub
parent 22d7e421bc
commit fc782a6c8d
321 changed files with 8 additions and 148747 deletions

View File

@@ -1,4 +1,8 @@
if(BUILD_ADDONMGR)
if( NOT EXISTS "${CMAKE_SOURCE_DIR}/src/Mod/AddonManager/CMakeLists.txt" )
message(FATAL_ERROR "The Addon Manager has been moved into a git submodule. Please run
git submodule update --init" )
endif()
add_subdirectory(AddonManager)
endif(BUILD_ADDONMGR)