Start CMake modernization scaffold

This commit is contained in:
2026-05-31 23:40:43 +02:00
parent ee027984b7
commit c38ff8209b
36 changed files with 2118 additions and 1556 deletions

16
vcpkg.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "panopainter",
"version-string": "0.0.0-modernization",
"description": "PanoPainter modernization dependency manifest.",
"dependencies": [
"catch2",
"curl",
"fmt",
"glad",
"glm",
"sqlite3",
"stb",
"tinyxml2"
]
}