Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 810 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 810 Bytes

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