1
0
Fork 0

Compare commits

..

2 Commits

Author SHA1 Message Date
mandlm 22df1139aa
feat(wip): if constexpr 2023-10-22 21:49:29 +02:00
mandlm 7a2400ec62
fix: symlink to compile_commands.json 2023-10-22 21:49:29 +02:00
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/.build
/.cache
/bin
compile_commands.json

View File

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