supporting multiple directories

automatically excluding obvious things
cleanup and verification

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-23 19:41:57 -07:00
parent a1b59e5e5e
commit b609d5e2cb
13 changed files with 123 additions and 64 deletions
+2 -4
View File
@@ -6,8 +6,6 @@
#
#
ly_install_directory(DIRECTORY .
EXCLUDE_PATTERNS
__pycache__
CMakeLists.txt
ly_install_directory(DIRECTORIES .
EXCLUDE_PATTERNS tests
)