Fix editor scene persistence and XC scene workflow
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user