early-access version 2853
This commit is contained in:
10
externals/vcpkg/ports/ignition-common3/portfile.cmake
vendored
Executable file
10
externals/vcpkg/ports/ignition-common3/portfile.cmake
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
ignition_modular_library(NAME common
|
||||
VERSION "3.9.0"
|
||||
SHA512 1bae86efd7da10ac517d67a75ad1b612ea2046128eb75e0f0a134ffff7cc76431e850a9b46fdb7dc6603e2acb044f4204fdedaf38fc7bff82883db3f36830fb9)
|
||||
|
||||
# Remove non-relocatable helper scripts (see https://github.com/ignitionrobotics/ign-common/issues/82)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin/ign_remotery_vis" "${CURRENT_PACKAGES_DIR}/debug/bin/ign_remotery_vis")
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
||||
endif()
|
||||
28
externals/vcpkg/ports/ignition-common3/vcpkg.json
vendored
Executable file
28
externals/vcpkg/ports/ignition-common3/vcpkg.json
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "ignition-common3",
|
||||
"version": "3.9.0",
|
||||
"port-version": 3,
|
||||
"description": "Common libraries for robotics applications",
|
||||
"homepage": "https://ignitionrobotics.org/libs/common",
|
||||
"license": null,
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "dlfcn-win32",
|
||||
"platform": "windows | uwp"
|
||||
},
|
||||
"ffmpeg",
|
||||
"freeimage",
|
||||
"gts",
|
||||
"ignition-cmake2",
|
||||
"ignition-math6",
|
||||
{
|
||||
"name": "ignition-modularscripts",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "libuuid",
|
||||
"platform": "!windows & !uwp & !osx"
|
||||
},
|
||||
"tinyxml2"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user