Skip to content

simdutf/simdutf-vcpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Simple simdutf demo for vcpkg

Linux-CI Windows-CI

This project builds a simple executable that depends on simdutf, under Windows and Linux.

After installing vcpkg and installing simdutf through it (e.g., vcpkg install simdutf:x64-windows or vcpkg install simdutf), 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

Releases

No releases published

Packages

No packages published

Languages