Skip to content

Commit

Permalink
Workaround for #139
Browse files Browse the repository at this point in the history
  • Loading branch information
tksuoran committed Oct 12, 2024
1 parent 19d3560 commit 1ac2fec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/configure_vs2022.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
@rem TODO Re-enable -DERHE_USE_PRECOMPILED_HEADERS=ON
@rem https://github.com/tksuoran/erhe/issues/139

cmake ^
-G "Visual Studio 17 2022" ^
-A x64 ^
-B build ^
-S . ^
-DCMAKE_EXPORT_COMPILE_COMMANDS=1 ^
-Wno-dev ^
-DERHE_USE_PRECOMPILED_HEADERS=ON ^
-DERHE_USE_PRECOMPILED_HEADERS=OFF ^
-DERHE_FONT_RASTERIZATION_LIBRARY=freetype ^
-DERHE_GLTF_LIBRARY=fastgltf ^
-DERHE_GUI_LIBRARY=imgui ^
Expand Down

0 comments on commit 1ac2fec

Please sign in to comment.