summaryrefslogtreecommitdiff
path: root/src/gl/CMakeLists.txt
blob: d4bc770cd036668290cf670edd062bf8b98263f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project(honey_engine)

set (GL ${CMAKE_CURRENT_LIST_DIR})

target_sources(honey PUBLIC
	${GL}/data.c
	${GL}/drawing.c
	${GL}/shader.c
	${GL}/window.c
	${GL}/texture.c
	${GL}/gl.c
	${GL}/glad/glad.c
)