mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08: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")
|
|
|