CMakeLists for each C file
This commit is contained in:
@ -10,6 +10,5 @@ add_subdirectory(duktape)
|
||||
add_subdirectory(glad)
|
||||
|
||||
# STB
|
||||
file(GLOB_RECURSE STB_SOURCES stb/*.h)
|
||||
add_library(stb INTERFACE)
|
||||
target_include_directories(stb INTERFACE stb)
|
Reference in New Issue
Block a user