mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:26:52 +08:00
8 lines
371 B
CMake
8 lines
371 B
CMake
|
include(vcpkg_common_functions)
|
||
|
|
||
|
include(${CURRENT_INSTALLED_DIR}/share/ignitionmodularscripts/ignition_modular_library.cmake)
|
||
|
|
||
|
ignition_modular_library(NAME transport
|
||
|
VERSION "4.0.0"
|
||
|
SHA512 4f8d947e046653fafb27063de3cd97a66c169d53ef48ee5f06b0c0c3a40d7ad0f58028b615a0321aa46ed56aef2acbeeb46a48b2ff3a3d1050df89a3688877c6)
|