summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-16 11:37:44 -0500
committersanine <sanine.not@pm.me>2022-04-16 11:37:44 -0500
commit55860037b14fb3893ba21cf2654c83d349cc1082 (patch)
tree0271d4e524c45dcb9b6c49f1c81092b71dc8a7e3 /CMakeLists.txt
parent058f98a63658dc1a2579826ba167fd61bed1e21f (diff)
fix bug in main script loader and rename honey_gl.c -> honey_window.c
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 e06dd85..507e2e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ add_subdirectory(${SRC_ROOT}/mesh/assimp-master)
set(HONEY_LIB_FILES
${SRC_ROOT}/logging/logging.c
- ${SRC_ROOT}/gl/honey_gl.c
+ ${SRC_ROOT}/gl/honey_window.c
${SRC_ROOT}/options/honey_options.c
)