Copy generated library to the projectdir

This commit is contained in:
Adam Scott 2023-10-15 13:50:01 -04:00
parent 055ab32bc6
commit 54a177ce39
No known key found for this signature in database
GPG key ID: 1352C2919D96DDDF
10 changed files with 34 additions and 10 deletions

12
.gitignore vendored
View file

@ -3,6 +3,18 @@
# Ignore library files but not the gdextension file
demo/bin/*
!demo/bin/android
demo/bin/android/*
!demo/bin/android/.gitkeep
!demo/bin/linux
demo/bin/linux/*
!demo/bin/linux/.gitkeep
!demo/bin/macos
demo/bin/macos/*
!demo/bin/macos/.gitkeep
!demo/bin/windows
demo/bin/windows/*
!demo/bin/windows/.gitkeep
!demo/bin/*.gdextension
.sconsign*.dblite