This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
InfinitShoot/cmake/FindGLAD.cmake

4 lines
146 B
CMake
Raw Normal View History

2022-07-29 21:35:46 +08:00
aux_source_directory(3rdlibs/glad/src GLAD_SRC)
add_library(glad STATIC ${GLAD_SRC})
2022-07-31 22:27:19 +08:00
target_include_directories(glad PUBLIC 3rdlibs/glad/include)