First actual commit, still nothing
This commit is contained in:
parent
89d8451407
commit
c6377b1407
10 changed files with 1162 additions and 0 deletions
5
build.sh
Executable file
5
build.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
if [ ! -d "build" ]; then
|
||||
mkdir "build"
|
||||
fi
|
||||
cmake --preset=hane . && make -C build
|
||||
Loading…
Add table
Add a link
Reference in a new issue