CMake Config and Version exports (#22)

This commit is contained in:
JosiahWI
2021-04-13 14:08:16 -05:00
committed by GitHub
parent aa294a8107
commit 9840eeabe8
3 changed files with 48 additions and 15 deletions

5
Config.cmake.in Normal file
View File

@ -0,0 +1,5 @@
@PACKAGE_INIT@
if(NOT TARGET IrrlichtMt::IrrlichtMt)
include("${CMAKE_CURRENT_LIST_DIR}/IrrlichtMtTargets.cmake")
endif()