diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 336ff16..96ca03d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,8 @@ add_library(stb_image src/stb_image/stb_image.c) set(SOURCE_FILES src/main.c src/glm_bindings.c + src/glm_vec3_bindings.c + src/glm_vec4_bindings.c src/camera.c src/honey.c src/input.c |