Create dummy side project.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27519 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
d3c123a034
commit
92f9038388
15 changed files with 383 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ add_executable(glslangValidator ${SOURCES})
|
|||
set(LIBRARIES
|
||||
glslang
|
||||
OGLCompiler
|
||||
OSDependent)
|
||||
OSDependent
|
||||
BIL)
|
||||
|
||||
if(WIN32)
|
||||
set(LIBRARIES ${LIBRARIES} psapi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue