Sync editor rendering and UI workspace updates

This commit is contained in:
2026-04-09 02:59:36 +08:00
parent 23b23a56be
commit d46bf87970
107 changed files with 10918 additions and 430 deletions

View File

@@ -43,6 +43,10 @@ target_include_directories(rhi_opengl_tests PRIVATE
${PROJECT_ROOT_DIR}/engine/src
)
if(MSVC)
target_compile_options(rhi_opengl_tests PRIVATE /FS)
endif()
enable_testing()
include(GoogleTest)
gtest_discover_tests(rhi_opengl_tests)