mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 12:31:37 +08:00
11 lines
228 B
CMake
11 lines
228 B
CMake
|
@PACKAGE_INIT@
|
||
|
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
|
||
|
find_dependency(Boost)
|
||
|
find_dependency(freeimage CONFIG)
|
||
|
find_dependency(OpenGL)
|
||
|
|
||
|
include("@PACKAGE_PATH_EXPORT_TARGETS@")
|
||
|
check_required_components("@PROJECT_NAME@")
|