diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2018-05-12 16:59:30 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2018-05-12 16:59:30 -0600 |
| commit | 5ee0ebdcb40f89b078d8b6d69369bff54a5edbad (patch) | |
| tree | c668a845a477126cc23a766ddb600d40f09b254d /cube | |
| parent | 677938465b6cdb9193404db8a8cbf447a1992bed (diff) | |
| download | usermoji-5ee0ebdcb40f89b078d8b6d69369bff54a5edbad.tar.xz | |
cmake: Fix GLSLANG_REPO_ROOT for Linux
Diffstat (limited to 'cube')
| -rw-r--r-- | cube/CMakeLists.txt | 2 |
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" ) |
