mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:59:00 +08:00
937e4d9ebb
Add port for the ignition-common 1 library ( https://www.ignitionrobotics.org/libs/common ).
9 lines
419 B
CMake
9 lines
419 B
CMake
include(vcpkg_common_functions)
|
|
|
|
include(${CURRENT_INSTALLED_DIR}/share/ignitionmodularscripts/ignition_modular_library.cmake)
|
|
|
|
ignition_modular_library(NAME common
|
|
VERSION "1.1.1"
|
|
REF ignition-common_1.1.1
|
|
SHA512 8453e1cf2337898b81b313aeffd1a7b683fd03184edfae74c81aa861b28036f6b9094fcab36f7a0f68b4204956d7116bd03073c7bdf2e769e47dffcdaad454d6)
|