CMakeLists.txt frrom templates are not being installed (#3456)

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-25 12:12:36 -07:00
committed by GitHub
parent b4687fa72f
commit b1246dcc08
2 changed files with 19 additions and 9 deletions
+8 -1
View File
@@ -6,4 +6,11 @@
#
#
ly_install_directory(DIRECTORIES .)
ly_install_directory(
DIRECTORIES
AssetGem
DefaultGem
DefaultProject
MinimalProject
VERBATIM
)