aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobmikh <rob.mikh@outlook.com>2018-06-12 19:42:44 -0700
committerrobmikh <rob.mikh@outlook.com>2018-06-12 19:42:44 -0700
commit8f8c673e561f4621fea0018b090b25d0f62f0258 (patch)
tree09119c92d7cf39fe001ee3c80ffd225e2a474b49
parent27aa2108bfd27133b8eaf5866465e8ac587feac7 (diff)
downloadvcpkg-8f8c673e561f4621fea0018b090b25d0f62f0258.tar.gz
vcpkg-8f8c673e561f4621fea0018b090b25d0f62f0258.zip
Fix libangle sources
-rw-r--r--ports/angle/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/angle/CMakeLists.txt b/ports/angle/CMakeLists.txt
index ddadb661a..9e06fac07 100644
--- a/ports/angle/CMakeLists.txt
+++ b/ports/angle/CMakeLists.txt
@@ -199,7 +199,7 @@ file(GLOB LIBANGLE_SOURCES
"src/libANGLE/renderer/null/*.inl"
"src/libANGLE/renderer/null/*.h"
- "${LIBANGLE_SOURCES_PLATFORM}"
+ ${LIBANGLE_SOURCES_PLATFORM}
)
list(FILTER LIBANGLE_SOURCES EXCLUDE REGEX "_unittest")