Working on fixing stb
This commit is contained in:
@ -3,15 +3,15 @@
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
add_subdirectory(Unity)
|
||||
#add_subdirectory(Unity)
|
||||
add_subdirectory(cglm)
|
||||
add_subdirectory(glfw)
|
||||
add_subdirectory(duktape)
|
||||
|
||||
# STB
|
||||
add_library(stb STATIC stb/stb_image.h)
|
||||
set_target_properties(stb PROPERTIES LINKER_LANGUAGE C)
|
||||
target_include_directories(stb PUBLIC stb/)
|
||||
file(GLOB_RECURSE STB_SOURCES stb/*.h)
|
||||
add_library(stb INTERFACE)
|
||||
target_include_directories(stb INTERFACE stb)
|
||||
|
||||
# GLAD
|
||||
add_subdirectory(glad2/cmake)
|
||||
|
Reference in New Issue
Block a user