This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
modern_cpp_tutorial
Archived
Watch
1
Star
0
Fork
0
You've already forked modern_cpp_tutorial
Code
This repository has been archived on
2024-12-15
. You can view files and clone it, but cannot push or open issues or pull requests.
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
Copy Permalink