You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmkr/tests/vcpkg-subdir/subdir/cmake.toml

10 lines
180 B

[project]
name = "vcpkg_template"
[vcpkg]
version = "2020.11"
packages = ["fmt", "sqlite3"]
[find-package]
fmt = { version = "*" }
unofficial-sqlite3 = { version = "*" }