From cf9e8546c5531d656542b1fa6abc6e190062f540 Mon Sep 17 00:00:00 2001 From: gradient Date: Wed, 18 Oct 2017 14:18:31 -0500 Subject: [PATCH] +deps/handmademath --- .gitmodules | 3 +++ CMakeLists.txt | 1 + deps/handmademath | 1 + 3 files changed, 5 insertions(+) create mode 160000 deps/handmademath diff --git a/.gitmodules b/.gitmodules index bfb24c5..5609171 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,6 @@ path = deps/cpptoml url = https://github.com/skystrife/cpptoml +[submodule "deps/handmademath"] + path = deps/handmademath + url = https://github.com/StrangeZak/Handmade-Math diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c3ddb2..ad5c3d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ target_link_libraries(gl3w dl) include_directories(deps/cpptoml/include) include_directories(deps/inotify) +include_directories(deps/handmademath) include_directories(${PROJECT_SOURCE_DIR}) add_executable(zinnia src/main.cpp src/gui.cpp src/project.cpp diff --git a/deps/handmademath b/deps/handmademath new file mode 160000 index 0000000..afd726a --- /dev/null +++ b/deps/handmademath @@ -0,0 +1 @@ +Subproject commit afd726ab0bb9747d596fb9846cb560210298cbb3