share/hedgewars/Data/Shaders/CMakeLists.txt
author Wolfgang Steffens <WolfgangSteff@gmail.com>
Mon, 25 Jun 2012 11:47:40 +0200
changeset 7291 ad4b6c2b09e8
parent 7129 0ce4f478ea6c
child 11317 62287d4044e7
permissions -rw-r--r--
retaining SDL surfaces in order to allow recreating atlases from scratch without reading back textures from the GL
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7129
0ce4f478ea6c initial GLSL1.2 test version
Wolfgang Steffens <WolfgangSteff@gmail.com>
parents:
diff changeset
     1
file(GLOB BaseShaders *.vs *.fs)
0ce4f478ea6c initial GLSL1.2 test version
Wolfgang Steffens <WolfgangSteff@gmail.com>
parents:
diff changeset
     2
0ce4f478ea6c initial GLSL1.2 test version
Wolfgang Steffens <WolfgangSteff@gmail.com>
parents:
diff changeset
     3
install(FILES
0ce4f478ea6c initial GLSL1.2 test version
Wolfgang Steffens <WolfgangSteff@gmail.com>
parents:
diff changeset
     4
	${BaseShaders}
0ce4f478ea6c initial GLSL1.2 test version
Wolfgang Steffens <WolfgangSteff@gmail.com>
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Shaders)