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 bd2b950 commit f37113dCopy full SHA for f37113d
tests/data/pixi_build/cpp-with-git-source/.gitignore
@@ -0,0 +1,5 @@
1
+# pixi environments
2
+.pixi
3
+
4
+# The build directory
5
+.build
tests/data/pixi_build/cpp-with-git-source/README.md
@@ -0,0 +1,14 @@
+# Simple C++ SDL Example with specified source path
+This is a simple pixi demo that showcases how to use C++ and SDL with specified source path.
+## How to use?
6
7
+Make sure you have `pixi` available in your terminal.
8
+Navigate to this directory and run:
9
10
+```shell
11
12
+# Start the build executable
13
+pixi run start
14
+```
0 commit comments