Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 626 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 626 Bytes

Simple demo of simdjson as a CMake dependency using CPM

VS17-CI

This repository is meant to serve as an example of how to use 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 project for further documentation.