mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
0ccb3d1140
* Guard win32 string replaces * update version * Use target_compile_definitions for GSL_DLL * Update version * Revert "Use target_compile_definitions for GSL_DLL" This reverts commit9b228c100a
. * Address review comments * Update version * Revert "Address review comments" This reverts commitd6e911a87b
. * Address review comments * Remove target_compile_definitions * #ifndef WIN32 -> #ifndef _WIN32 * Update version * Update port-version from 2 to 3 * ./vcpkg x-add-version --all * Restore version 2 port-version in version/g-/gsl.json
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"name": "gsl",
|
|
"version": "2.7.1",
|
|
"port-version": 3,
|
|
"description": "The GNU Scientific Library is a numerical library for C and C++ programmers",
|
|
"homepage": "https://www.gnu.org/software/gsl/",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|