summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-12-09 00:39:45 -0600
committersanine-a <sanine.not@pm.me>2020-12-09 00:39:45 -0600
commitf64bdd048d6d8f338272326c437a86df2990b426 (patch)
treef5c90338e90c82cf92ca111171a7d93ab0d95486 /CMakeLists.txt
parent218933e98ae869ffc1a6f7e182995a21e8b42c5a (diff)
refactor: move primitives into lua & streamline mesh creation
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 7a4db6c..dc5807a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,6 @@ set(SOURCE_FILES
src/input.c
src/honey_lua.c
src/mesh.c
- src/primitives.c
src/shader.c
src/texture.c
src/window.c)