feat(scripting): add mono csharp runtime foundation

This commit is contained in:
2026-03-27 13:07:39 +08:00
parent 134a80b334
commit b06932724c
33 changed files with 4227 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ project(XCEngine_SceneTests)
set(SCENE_TEST_SOURCES
test_scene.cpp
test_scene_runtime.cpp
test_scene_manager.cpp
)
@@ -26,4 +27,4 @@ target_include_directories(scene_tests PRIVATE
)
include(GoogleTest)
gtest_discover_tests(scene_tests)
gtest_discover_tests(scene_tests)