early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/dx/portfile.cmake
vendored
Executable file
19
externals/vcpkg/ports/dx/portfile.cmake
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
#header-only library
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO sdcb/dx
|
||||
REF v1.0.1
|
||||
SHA512 b40eb4daf774bfdb394b207bb29652fbf44361f5d8f9b60509c7a3215cd403dbf0c10454979c0c2e97d839496ef20940070a42837375993cd67d58afacc990e0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(INSTALL
|
||||
${SOURCE_PATH}/dx.h
|
||||
${SOURCE_PATH}/debug.h
|
||||
${SOURCE_PATH}/handle.h
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/include/dx
|
||||
)
|
||||
|
||||
file(INSTALL
|
||||
${SOURCE_PATH}/LICENSE
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/dx RENAME copyright)
|
||||
7
externals/vcpkg/ports/dx/vcpkg.json
vendored
Executable file
7
externals/vcpkg/ports/dx/vcpkg.json
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "dx",
|
||||
"version-string": "1.0.1",
|
||||
"port-version": 2,
|
||||
"description": "A modern C++ library for DirectX programming",
|
||||
"homepage": "https://github.com/sdcb/dx"
|
||||
}
|
||||
Reference in New Issue
Block a user