update Linux build for latest CMake changes from Windows

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@25793 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich
2014-03-11 06:35:42 +00:00
parent d18e2d8adc
commit 3ce1058dbe
6 changed files with 18 additions and 13 deletions

View File

@@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 2.8)
set(CMAKE_INSTALL_PREFIX install)
project(glslang)
add_subdirectory(glslang/MachineIndependent)