wip model loading + workers
This commit is contained in:
@ -97,6 +97,7 @@ set(TWN_NONOPT_SOURCE_FILES
|
||||
src/twn_filewatch.c src/twn_filewatch_c.h
|
||||
src/twn_filewatch.c src/twn_filewatch_c.h
|
||||
src/twn_timer.c src/twn_timer_c.h
|
||||
src/twn_workers.c src/twn_workers_c.h
|
||||
|
||||
src/rendering/twn_draw.c src/rendering/twn_draw_c.h
|
||||
src/rendering/twn_quads.c
|
||||
@ -107,6 +108,7 @@ set(TWN_NONOPT_SOURCE_FILES
|
||||
src/rendering/twn_billboards.c
|
||||
src/rendering/twn_circles.c
|
||||
src/rendering/twn_skybox.c
|
||||
src/rendering/twn_model.c
|
||||
)
|
||||
|
||||
set(TWN_SOURCE_FILES
|
||||
@ -253,6 +255,7 @@ function(include_deps target)
|
||||
third-party/stb
|
||||
third-party/dmon
|
||||
third-party/tomlc99
|
||||
third-party/fast_obj
|
||||
$<$<NOT:$<BOOL:${EMSCRIPTEN}>>:third-party/glad/include>)
|
||||
|
||||
list(TRANSFORM THIRD_PARTY_INCLUDES PREPEND ${TWN_ROOT_DIR}/)
|
||||
|
Reference in New Issue
Block a user