mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[cxxopts] init port required by #1248
This commit is contained in:
parent
a42da34a07
commit
809eb64c97
3
ports/cxxopts/CONTROL
Normal file
3
ports/cxxopts/CONTROL
Normal file
@ -0,0 +1,3 @@
|
||||
Source: cxxopts
|
||||
Version: 1.3.0
|
||||
Description: This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options
|
11
ports/cxxopts/portfile.cmake
Normal file
11
ports/cxxopts/portfile.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
include(vcpkg_common_functions)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO jarro2783/cxxopts
|
||||
REF v1.3.0
|
||||
SHA512 0c02716cdc1ca83f64c3757685042580e06c894ac51986a8df971ed30b8dd6d49448f2c9f61fff947fb34c48055f11cac446b54a9294bc880d78d91081c379b4
|
||||
HEAD_REF master
|
||||
)
|
||||
file(INSTALL ${SOURCE_PATH}/include/cxxopts.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cxxopts RENAME copyright)
|
||||
vcpkg_copy_pdbs()
|
Loading…
x
Reference in New Issue
Block a user