Add missing filter
This commit is contained in:
@@ -8,6 +8,7 @@ function(FilterPlatformPaths sourcesVar)
|
||||
endif ()
|
||||
if (NOT APPLE)
|
||||
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]Apple[\\/].*")
|
||||
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]MacOS[\\/].*")
|
||||
endif ()
|
||||
if (NOT LINUX)
|
||||
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]Linux[\\/].*")
|
||||
|
||||
Reference in New Issue
Block a user