File tree Expand file tree Collapse file tree 2 files changed +2813
-3440
lines changed Expand file tree Collapse file tree 2 files changed +2813
-3440
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ sdl_example = { path = "." }
1515[tasks .configure ]
1616# Configures CMake
1717cmd = [
18- " cmake" ,
19- # Use the cross-platform Ninja generator
20- " -GNinja" ,
21- # The source is in the root directory
22- " -S." ,
23- # We wanna build in the .build directory
24- " -B.build" ,
18+ " cmake" ,
19+ # Use the cross-platform Ninja generator
20+ " -GNinja" ,
21+ # The source is in the root directory
22+ " -S." ,
23+ # We wanna build in the .build directory
24+ " -B.build" ,
2525]
2626inputs = []
2727outputs = [" .build/build.ninja" ]
@@ -48,8 +48,8 @@ version = "0.1.0"
4848
4949[package .build .backend ]
5050channels = [
51- " https://prefix.dev/pixi-build-backends" ,
52- " https://prefix.dev/conda-forge" ,
51+ " https://prefix.dev/pixi-build-backends" ,
52+ " https://prefix.dev/conda-forge" ,
5353]
5454name = " pixi-build-cmake"
5555version = " *"
You can’t perform that action at this time.
0 commit comments