Fix typo
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
function(FilterPlatformPaths sourcesVar)
|
||||
|
||||
if (IOS)
|
||||
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*GLFW.*")
|
||||
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]MacOS[\\/].*")
|
||||
@@ -8,7 +7,7 @@ function(FilterPlatformPaths sourcesVar)
|
||||
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]AR[\\/]Provider[\\/]ArKit[\\/].*")
|
||||
endif ()
|
||||
if (NOT APPLE)
|
||||
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]Apple[\\/].*")
|
||||
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]Apple[\\/].*")
|
||||
endif ()
|
||||
if (NOT LINUX)
|
||||
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]Linux[\\/].*")
|
||||
|
||||
Reference in New Issue
Block a user