mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
12 lines
255 B
CMake
12 lines
255 B
CMake
@PACKAGE_INIT@
|
|
|
|
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)
|