We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533d5bc commit 9a4fe04Copy full SHA for 9a4fe04
1 file changed
attachments/advanced_gltf/CMakeLists.txt
@@ -251,7 +251,7 @@ if(MSVC)
251
target_compile_options(SimpleEngineLib PUBLIC
252
/permissive- /Zc:__cplusplus /EHsc /W3 /MP /bigobj)
253
# 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")
+ target_compile_options(SimpleEngineLib PRIVATE /FI "${CMAKE_CURRENT_SOURCE_DIR}/renderer.h")
255
target_link_libraries(SimpleEngineLib PUBLIC Dbghelp)
256
257
# Enable Link Time Code Generation to match Jolt and resolve potential LTO mismatches
0 commit comments