[LYN-7520] Wildcard Source Dependencies include files in cache/excluded files (#5349)
* Add folder exclusion for wildcard source dependencies Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Exclude ignored files. Add unit tests Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Add handling for ignored folders being added/removed Add unit tests Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Add ExcludedFolderCacheInterface to cmake Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Fix include Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Add error message Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Cleanup includes Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Revert traits include Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Fix missing include, minor cleanup Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Add missing includes Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>
This commit is contained in:
@@ -29,6 +29,9 @@ set(FILES
|
||||
native/AssetManager/SourceFileRelocator.h
|
||||
native/AssetManager/ControlRequestHandler.cpp
|
||||
native/AssetManager/ControlRequestHandler.h
|
||||
native/AssetManager/ExcludedFolderCache.cpp
|
||||
native/AssetManager/ExcludedFolderCache.h
|
||||
native/AssetManager/ExcludedFolderCacheInterface.h
|
||||
native/assetprocessor.h
|
||||
native/connection/connection.cpp
|
||||
native/connection/connection.h
|
||||
|
||||
Reference in New Issue
Block a user