Merge pull request #45 from luadebug/patch-1

Check for ImGUI dependency in omathConfig.cmake.in
This commit is contained in:
2025-07-07 05:30:19 +03:00
committed by GitHub

View File

@@ -2,6 +2,10 @@
include(CMakeFindDependencyMacro)
if (@OMATH_IMGUI_INTEGRATION@)
find_dependency(imgui CONFIG)
endif()
# Load the targets for the omath library
include("${CMAKE_CURRENT_LIST_DIR}/omathTargets.cmake")
check_required_components(omath)