Have the submodules working correctly.
This commit is contained in:
@ -3,16 +3,14 @@
|
||||
# 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)
|
||||
add_subdirectory(glad)
|
||||
|
||||
|
||||
# STB
|
||||
file(GLOB_RECURSE STB_SOURCES stb/*.h)
|
||||
add_library(stb INTERFACE)
|
||||
target_include_directories(stb INTERFACE stb)
|
||||
|
||||
# GLAD
|
||||
add_subdirectory(glad2/cmake)
|
||||
glad_add_library(glad_gl_core_33 SHARED API gl:core=3.3)
|
||||
target_include_directories(stb INTERFACE stb)
|
Reference in New Issue
Block a user