Sync editor rendering and UI workspace updates
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user