mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-05 01:40:44 +01:00
6 lines
124 B
CMake
6 lines
124 B
CMake
@PACKAGE_INIT@
|
|
|
|
if(NOT TARGET IrrlichtMt::IrrlichtMt)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/IrrlichtMtTargets.cmake")
|
|
endif()
|