Add submitted CMake files for Linux builds. All existing ways of building remain in tact.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@25403 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
13
StandAlone/CMakeLists.txt
Normal file
13
StandAlone/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
include_directories(. ../glslang/OSDependent/Linux)
|
||||
|
||||
add_executable(glslangValidator StandAlone.cpp)
|
||||
target_link_libraries(glslangValidator
|
||||
glslang
|
||||
GenericCodeGen
|
||||
OSDependent
|
||||
Preprocessor
|
||||
OGLCompiler
|
||||
pthread)
|
||||
|
||||
Reference in New Issue
Block a user