chore: init project

This commit is contained in:
Michael Mandl 2024-03-18 12:12:08 +01:00
commit ebf50df679
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
11 changed files with 184 additions and 0 deletions

4
scripts/bootstrap.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
ln --symbolic --force .build/compile_commands.json

3
scripts/build.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env sh
cmake --build .build