add example with docs

This commit is contained in:
talksik
2025-07-15 08:46:45 -07:00
commit 6cf9975e84
9 changed files with 158 additions and 0 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash -e
rm -rf build
cmake -Bbuild -S. -GNinja \
-DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake \
-DVCPKG_BINARY_SOURCES=clear \
-DVCPKG_INSTALL_OPTIONS="--debug"
cmake --build build/