irrlicht/Config.cmake.in

11 lines
208 B
CMake
Raw 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)
if(@USE_SDL2@)
find_dependency(SDL2)
endif()
2021-04-13 21:08:16 +02:00
include("${CMAKE_CURRENT_LIST_DIR}/IrrlichtMtTargets.cmake")
endif()