]> git.lizzy.rs Git - irrlicht.git/commit
Export targets to build tree (#49)
authorJosiahWI <41302989+JosiahWI@users.noreply.github.com>
Sat, 31 Jul 2021 11:04:06 +0000 (06:04 -0500)
committerGitHub <noreply@github.com>
Sat, 31 Jul 2021 11:04:06 +0000 (13:04 +0200)
commit864e24774da8e05e989cff4a030ba900574f41cc
treeaddcc5570fa4ad0c49097b0b4c5a6e06e7dcdfff
parent6c78f181b5d2931baeae328af625f03dc9bec0c1
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.
.gitignore
CMakeLists.txt
README.md