[glutils] Move glutils to deps
This commit is contained in:
23
deps/glutils/src/CMakeLists.txt
vendored
Normal file
23
deps/glutils/src/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
add_library(
|
||||
GlUtils
|
||||
glutils.cpp
|
||||
)
|
||||
|
||||
target_include_directories(
|
||||
GlUtils PUBLIC
|
||||
../include
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
GlUtils PUBLIC
|
||||
OxStd
|
||||
glad
|
||||
)
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
GlUtils
|
||||
DESTINATION
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib
|
||||
)
|
Reference in New Issue
Block a user