We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a3e19 commit 7c05531Copy full SHA for 7c05531
.gitignore
@@ -1,5 +1,5 @@
1
# Build directories
2
-build_*
+build*
3
4
# Pixi environment
5
.pixi
pixi/env.bat
@@ -1,3 +1,3 @@
set CMAKE_GENERATOR="Visual Studio 17 2022"
-set BUILD_FOLDER=build_${PIXI_ENVIRONMENT_NAME}
-set EXE_PATH=$BUILD_FOLDER/RelWithDebInfo/rerun_ext_example
+set BUILD_FOLDER=build_%PIXI_ENVIRONMENT_NAME%
+set EXE_PATH=%BUILD_FOLDER%/RelWithDebInfo/rerun_ext_example
0 commit comments