Update omathConfig.cmake.in

This commit is contained in:
Saikari
2025-07-07 04:53:56 +03:00
committed by GitHub
parent 66258f0f6d
commit 8241d9c355

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)