summaryrefslogtreecommitdiff
path: root/src/gl/CMakeLists.txt
blob: f995ef5a614dbe226acf87ce98fc667cd7835534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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}/gl.c
	${GL}/glad/glad.c
)