This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
modern_cpp_tutorial
Watch
1
Star
0
Fork
You've already forked modern_cpp_tutorial
0
Code
03756b0429
modern_cpp_tutorial
/
bootstrap.sh
4 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: add bootstrap, build and test scripts
2023-10-21 19:35:14 +00:00
#!/usr/bin/env sh
build: write binaries to bin folder
2023-10-22 10:58:19 +00:00
cmake -S . -B .build -G Ninja -D
CMAKE_EXPORT_COMPILE_COMMANDS
=
ON