Skip to content

simdjson/simdjson-vcpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Simple simdjson demo for vcpkg

Windows-CI

This project builds a simple executable that depends on simdjson, under Windows.

After installing vcpkg and installing simdjson through it (e.g., vcpkg install simdjson:x64-windows), you can build with CMake using a couple of command lines.

You need to pass the location of your vcpkg/scripts/buildsystems/vcpkg.cmake file to CMake:

cmake -DCMAKE_TOOLCHAIN_FILE=<location> -B build
cmake --build build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages