summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-10-25 19:37:42 -0500
committersanine-a <sanine.not@pm.me>2020-10-25 19:37:42 -0500
commitacc262b019206d09ce0d297f7b185862fe432601 (patch)
tree63071a346da01949966d217ed2d308b4ee21b197 /CMakeLists.txt
parentc6f43d9254a82fcebcda4bcf0e692ff859ba8101 (diff)
remove model/* and add shader bindings
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef6be9d..1dc8e94 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,6 @@ set(SOURCE_FILES
src/honey_lua.c
src/light/light.c
src/mesh/mesh.c
- src/model/model.c
src/primitives/primitives.c
src/shader/shader.c
src/texture/texture.c