Skip to content

Commit 9a4fe04

Browse files
committed
Add space in MSVC forced include flag for renderer.h
1 parent 533d5bc commit 9a4fe04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

attachments/advanced_gltf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ if(MSVC)
251251
target_compile_options(SimpleEngineLib PUBLIC
252252
/permissive- /Zc:__cplusplus /EHsc /W3 /MP /bigobj)
253253
# Force use of the advanced renderer header to avoid shadowing issues with simple_engine/renderer.h
254-
target_compile_options(SimpleEngineLib PRIVATE /FI"${CMAKE_CURRENT_SOURCE_DIR}/renderer.h")
254+
target_compile_options(SimpleEngineLib PRIVATE /FI "${CMAKE_CURRENT_SOURCE_DIR}/renderer.h")
255255
target_link_libraries(SimpleEngineLib PUBLIC Dbghelp)
256256

257257
# Enable Link Time Code Generation to match Jolt and resolve potential LTO mismatches

0 commit comments

Comments
 (0)