Export targets to build tree (#49)

It is insecure and inconvenient to necessitate installing IrrlichtMt to access the target export. A copy of the export is now placed in the build tree during configuration so that it can be directly accessed from any project by pointing find_package() to look at the IrrlichtMt source directory.
This commit is contained in:
JosiahWI
2021-07-31 06:04:06 -05:00
committed by GitHub
parent 6c78f181b5
commit 864e24774d
3 changed files with 16 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,8 +1,10 @@
CMakeFiles
CMakeCache.txt
cmake_install.cmake
install_manifest.txt
IrrlichtMtConfig.cmake
IrrlichtMtConfigVersion.cmake
IrrlichtMtTargets.cmake
Makefile
libs/*
*.so*