mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
10 lines
157 B
CMake
10 lines
157 B
CMake
|
|
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(magic_enum CONFIG)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/fixed_containers-targets.cmake")
|
|
|