Build: Add an option to copy the built library to the example directory

Former-commit-id: e9b2df26e19917355e3bbc486892f2aeead2ae0e
This commit is contained in:
Lynix
2016-05-05 23:36:34 +02:00
parent acdabbc432
commit 7e037e4d6f
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,8 @@
# Nazara build
examples/bin/*.exe
examples/bin/*.pdb
examples/bin/*.dll
examples/bin/*.so
tests/*.exe
tests/*.pdb
lib/*