irrlicht/Config.cmake.in

12 lines
298 B
CMake
Raw Permalink Normal View History

2021-04-13 21:08:16 +02:00
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
2021-04-13 21:08:16 +02:00
if(NOT TARGET IrrlichtMt::IrrlichtMt)
# private dependency only explicitly needed with static libs
if(@USE_SDL2@ AND NOT @BUILD_SHARED_LIBS@)
find_dependency(SDL2)
endif()
2021-04-13 21:08:16 +02:00
include("${CMAKE_CURRENT_LIST_DIR}/IrrlichtMtTargets.cmake")
endif()