early-access version 2853
This commit is contained in:
5
externals/vcpkg/ports/getopt/portfile.cmake
vendored
Executable file
5
externals/vcpkg/ports/getopt/portfile.cmake
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||
message(FATAL_ERROR "No implementation of getopt is currently available for UWP targets")
|
||||
endif()
|
||||
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||
13
externals/vcpkg/ports/getopt/vcpkg.json
vendored
Executable file
13
externals/vcpkg/ports/getopt/vcpkg.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "getopt",
|
||||
"version-string": "0",
|
||||
"port-version": 2,
|
||||
"description": "The getopt and getopt_long functions automate some of the chore involved in parsing typical unix command line options.",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "getopt-win32",
|
||||
"platform": "windows & !mingw"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user