diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 02490f6..dc9a83c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,7 @@ set(HONEY_LIB_FILES ${SRC_ROOT}/gl/gl.c ${SRC_ROOT}/gl/shader.c ${SRC_ROOT}/gl/drawing.c + ${SRC_ROOT}/gl/data.c ${SRC_ROOT}/gl/window.c ) |