diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 ) |