https://github.com/simdjson/simdjson_cpm
Simple demo of simdjson as a CMake dependency using CPM
https://github.com/simdjson/simdjson_cpm
Last synced: 13 days ago
JSON representation
Simple demo of simdjson as a CMake dependency using CPM
- Host: GitHub
- URL: https://github.com/simdjson/simdjson_cpm
- Owner: simdjson
- Created: 2024-08-04T00:28:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-04T01:54:19.000Z (over 1 year ago)
- Last Synced: 2025-06-21T21:36:19.024Z (8 months ago)
- Language: CMake
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple demo of simdjson as a CMake dependency using CPM
[](https://github.com/simdjson/simdjson_cpm/actions/workflows/visual_studio.yml)
This repository is meant to serve as an example of how to use [simdjson](https://github.com/simdjson/simdjson) as a `CMake` dependency using CPM.
Usage:
```
cmake -B build
cmake --build build
```
It will build two binaries, one of which will use the static simdjson library.
Please refer to the main [simdjson](https://github.com/simdjson/simdjson) project for further documentation.