shithub: tinygl

ref: f21c2b68b76939e9da8bedcf5ee2d21d1560d686
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)