1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
mandlm ea6777f7ea
feat(wip): if constexpr 2023-10-22 21:43:45 +02:00
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

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