An open API service indexing awesome lists of open source software.

https://github.com/cmazakas/vcpkg-registry-test


https://github.com/cmazakas/vcpkg-registry-test

Last synced: about 2 months ago
JSON representation

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
```