vcpkg/ports/soil/vcpkg.json
Jack·Boos·Yu 6aa4fca940
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 (#29918)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5

* version

* typo

* typo

* fix build

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix argument

* version

* Rename argument

* version

* More changes about argument

* wrong op

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-01 10:39:29 -08:00

15 lines
326 B
JSON

{
"name": "soil",
"version-date": "2021-04-22",
"port-version": 2,
"description": "SOIL is a tiny C library used primarily for uploading textures into OpenGL.",
"homepage": "https://github.com/paralin/soil",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}