mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
chore: remove Graphics folder from asset copy exclusions (not final)
This commit is contained in:
parent
192c2a3c5c
commit
45d9d74dc8
|
|
@ -14,9 +14,9 @@ function(setup_asset_folder_copy TARGET_NAME ASSET_FOLDER_PAIRS)
|
||||||
)
|
)
|
||||||
|
|
||||||
# Global folder exclusions applied to every folder copy
|
# Global folder exclusions applied to every folder copy
|
||||||
set(ASSET_EXCLUDE_FOLDERS
|
# set(ASSET_EXCLUDE_FOLDERS
|
||||||
"Graphics"
|
# "Graphics"
|
||||||
)
|
# )
|
||||||
|
|
||||||
# Exclude platform-specific media folders
|
# Exclude platform-specific media folders
|
||||||
set(PLATFORM_MEDIA_FOLDERS
|
set(PLATFORM_MEDIA_FOLDERS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue