Fix editor scene persistence and XC scene workflow

This commit is contained in:
2026-03-26 01:26:26 +08:00
parent 39edb0b497
commit 0651666d8c
35 changed files with 1958 additions and 256 deletions

View File

@@ -6,6 +6,7 @@ set(COMPONENTS_TEST_SOURCES
test_component.cpp
test_transform_component.cpp
test_game_object.cpp
test_camera_light_component.cpp
)
add_executable(components_tests ${COMPONENTS_TEST_SOURCES})
@@ -27,4 +28,4 @@ target_include_directories(components_tests PRIVATE
)
include(GoogleTest)
gtest_discover_tests(components_tests)
gtest_discover_tests(components_tests)