12 lines
475 B
JSON
12 lines
475 B
JSON
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 ai-ad4 and the FreePDFEditor contributors
|
|
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
|
|
"default-registry": {
|
|
"kind": "git",
|
|
"repository": "https://github.com/microsoft/vcpkg.git",
|
|
"ref": "master",
|
|
"baseline": "c4467224f8a384b7d52cb7d5e8abfb3f3f463f17"
|
|
},
|
|
"overlay-ports": ["${sourceDir}/cmake/vcpkg-ports"]
|
|
} |