https://github.com/cmazakas/vcpkg-registry-test
https://github.com/cmazakas/vcpkg-registry-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmazakas/vcpkg-registry-test
- Owner: cmazakas
- Created: 2025-04-04T18:25:44.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-04-07T22:25:06.000Z (2 months ago)
- Last Synced: 2025-04-07T23:21:54.473Z (2 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boost Nightly Demo
Make sure vcpkg is installed.
Make a custom toolchain file similar to:
```cmake
# toolchain.cmake
# set various flags here, etc.# make sure the vcpkg toolchain file is included in ours
# this is what makes the vcpkg.json work
include(/home/exbigboss/cpp/vcpkg/scripts/buildsystems/vcpkg.cmake)
```Build the demo!
```bash
cmake -B __build -S . -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake
cmake --build __build/
./__build/registry-test
```