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
+3 -1
View File
@@ -11,4 +11,6 @@ if(NOT PAL_PLATFORM_NAME STREQUAL "Mac")
add_subdirectory(ly_remote_console/tests)
endif()
ly_install_directory(DIRECTORY .)
ly_install_directory(DIRECTORIES .
EXCLUDE_PATTERNS tests
)