mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-05 18:00:41 +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()
|