summaryrefslogtreecommitdiff
path: root/src/opengl/glad/CMakeLists.txt
blob: de6a508c46ad22470d93b4e100a6451b1fed301f (plain)
1
2
3
4
5
6
7
8
9
project(honey-engine)

target_sources(honey PUBLIC
	${CMAKE_CURRENT_LIST_DIR}/src/glad.c
)

target_include_directories(honey PUBLIC
	${CMAKE_CURRENT_LIST_DIR}/include
)