Working on fixing stb
This commit is contained in:
@ -8,12 +8,10 @@ file(GLOB_RECURSE SOURCES *.c)
|
||||
add_library(src STATIC ${SOURCES})
|
||||
target_include_directories(src PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_link_libraries(src PUBLIC
|
||||
glfw
|
||||
cglm
|
||||
stb
|
||||
cglm
|
||||
duktape
|
||||
glad_gl_core_33
|
||||
stb
|
||||
)
|
||||
|
||||
# Set up flags
|
||||
|
Reference in New Issue
Block a user