summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-10-21 20:24:05 -0500
committersanine-a <sanine.not@pm.me>2020-10-21 20:24:05 -0500
commitfd6e5bcef96ac5e769470823e24b984c9394bfd5 (patch)
treea2c3c6fd304674ee6c407b58d6f5a1c2cf3aa499 /CMakeLists.txt
parentc407e5b904a69f3849831ba88074440707f0c6cd (diff)
refactor: move honey_lua function definitions to common.h
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d2e0ab1..c691224 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ set(SOURCE_FILES
src/error/error.c
src/honey.c
src/input/input.c
- src/lua/honey_lua.c
+ src/honey_lua.c
src/light/light.c
src/mesh/mesh.c
src/model/model.c