Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:alois
imgui
imgui-config.cmake.in-1.91.0
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File imgui-config.cmake.in-1.91.0 of Package imgui
cmake_policy(SET CMP0012 NEW) @PACKAGE_INIT@ include(CMakeFindDependencyMacro) if (@IMGUI_BUILD_GLFW_BINDING@) if (NOT "@EMSCRIPTEN@") find_dependency(glfw3 CONFIG) endif() endif() if (@IMGUI_BUILD_GLUT_BINDING@) find_dependency(GLUT) endif() if (@IMGUI_BUILD_SDL2_BINDING@ OR @IMGUI_BUILD_SDL2_RENDERER_BINDING@) find_dependency(SDL2 CONFIG) endif() if (@IMGUI_BUILD_VULKAN_BINDING@) find_dependency(Vulkan) endif() if (@IMGUI_FREETYPE@) find_dependency(freetype CONFIG) endif() if (@IMGUI_FREETYPE_LUNASVG@) find_dependency(unofficial-lunasvg CONFIG) endif() if (@IMGUI_BUILD_ALLEGRO5_BINDING@) find_dependency(Allegro CONFIG) endif() if (@IMGUI_TEST_ENGINE@) find_dependency(Stb) endif() include("${CMAKE_CURRENT_LIST_DIR}/imgui-targets.cmake")
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor