aboutsummaryrefslogtreecommitdiff
path: root/cube
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2018-05-12 16:59:30 -0600
committerMark Lobodzinski <mark@lunarg.com>2018-05-12 16:59:30 -0600
commit5ee0ebdcb40f89b078d8b6d69369bff54a5edbad (patch)
treec668a845a477126cc23a766ddb600d40f09b254d /cube
parent677938465b6cdb9193404db8a8cbf447a1992bed (diff)
downloadusermoji-5ee0ebdcb40f89b078d8b6d69369bff54a5edbad.tar.xz
cmake: Fix GLSLANG_REPO_ROOT for Linux
Diffstat (limited to 'cube')
-rw-r--r--cube/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/cube/CMakeLists.txt b/cube/CMakeLists.txt
index 2d7ab604..42ab9930 100644
--- a/cube/CMakeLists.txt
+++ b/cube/CMakeLists.txt
@@ -13,6 +13,8 @@ else()
find_program(GLSLANG_VALIDATOR names glslangValidator
HINTS "${GLSLANG_REPO_ROOT}/build/standalone/release"
HINTS "${GLSLANG_REPO_ROOT}/build/standalone/debug"
+ HINTS "${GLSLANG_REPO_ROOT}/build/StandAlone"
+ HINTS "${GLSLANG_REPO_ROOT}/dbuild/StandAlone"
HINTS "${GLSLANG_REPO_ROOT}/build32/standalone/release"
HINTS "${GLSLANG_REPO_ROOT}/build32/standalone/debug"
)