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.
16 lines
313 B
16 lines
313 B
[cmake]
|
|
version = "3.15"
|
|
|
|
[project]
|
|
name = "vcpkg_template"
|
|
|
|
#[fetch-content]
|
|
#cmkr-issue-repoA = { git = "https://github.com/darknessxk/cmkr-issue-repoA.git" }
|
|
|
|
[vcpkg]
|
|
version = "2020.11"
|
|
packages = ["fmt", "sqlite3"]
|
|
|
|
[find-package]
|
|
fmt = { version = "*" }
|
|
unofficial-sqlite3 = { version = "*" } |