https://github.com/menci/boostdemo
Boost with CMake submodule
https://github.com/menci/boostdemo
Last synced: 5 months ago
JSON representation
Boost with CMake submodule
- Host: GitHub
- URL: https://github.com/menci/boostdemo
- Owner: Menci
- Created: 2023-07-20T17:23:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T17:23:57.000Z (about 3 years ago)
- Last Synced: 2026-01-14T00:39:50.782Z (6 months ago)
- Language: CMake
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
git submodule update --init && git submodule foreach --recursive git submodule update --init
mkdir build && cd build
cmake ..
make -j
./my_program
```