https://github.com/fcharlie/abslexample
abslexample
https://github.com/fcharlie/abslexample
Last synced: 2 months ago
JSON representation
abslexample
- Host: GitHub
- URL: https://github.com/fcharlie/abslexample
- Owner: fcharlie
- Created: 2019-05-25T02:09:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T09:28:01.000Z (about 5 years ago)
- Last Synced: 2025-02-09T15:12:58.893Z (4 months ago)
- Language: CMake
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Absl Example
```shell
git clone https://github.com/fcharlie/abslexample.git --recurse
``````shell
cd abslexample
mkdir build
cd build
cmake -GNinja ..
make
```