This commit is contained in:
Connor
2026-02-20 14:53:28 +09:00
parent cf20ed827e
commit c081aa868f
6 changed files with 336 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ FetchContent_MakeAvailable(flecs doctest)
# Only compile sources needed for the core library
set(SOURCES
src/Components/Config/WorldConfig.cpp
src/Components/Support.cpp
src/Core/WorldInstance.cpp
)