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

file(GLOB BaseShaders *.vs *.fs)

install(FILES
	${BaseShaders}
	DESTINATION ${SHAREPATH}Data/Shaders)