Initial commit

This commit is contained in:
theskywinds 2025-06-13 10:31:14 +02:00
parent 8e07fdefe1
commit f0a32c9f00

15
vcpkg.json Normal file
View File

@ -0,0 +1,15 @@
{
"name" : "atm-admin-program",
"version-string" : "1.0.0",
"builtin-baseline" : "8f54ef5453e7e76ff01e15988bf243e7247c5eb5",
"dependencies" : [ {
"name" : "pugixml",
"version>=" : "1.15"
}, {
"name" : "vcpkg-cmake-config",
"version>=" : "2024-05-23"
}, {
"name" : "vcpkg-cmake",
"version>=" : "2024-04-23"
} ]
}