shithub: tinygl

ref: 6a9a327e4154cf1c911baf47939c11bd907c6687
dir: /include/CMakeLists.txt/

View raw version
set(zhdrs
	zbuffer.h
	zfeatures.h
	)

install(FILES ${zhdrs} DESTINATION ${INCLUDE_DIR})

install(FILES GL/gl.h DESTINATION ${INCLUDE_DIR}/TGL)