diff options
Diffstat (limited to 'src/glm/CMakeLists.txt')
-rw-r--r-- | src/glm/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/glm/CMakeLists.txt b/src/glm/CMakeLists.txt new file mode 100644 index 0000000..962dbbd --- /dev/null +++ b/src/glm/CMakeLists.txt @@ -0,0 +1,7 @@ +project(honey_engine) + +target_sources(honey PUBLIC + ${CMAKE_CURRENT_LIST_DIR}/glm.c + ${CMAKE_CURRENT_LIST_DIR}/mat4.c + ${CMAKE_CURRENT_LIST_DIR}/transform.c +) |