CMakeLists for each C file

This commit is contained in:
2021-12-07 07:28:47 -08:00
parent f333cc47fa
commit c75bce4d93
32 changed files with 321 additions and 38 deletions

View File

@ -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)