Browse Source

+deps/handmademath

master
gradient 8 years ago
parent
commit
cf9e8546c5
3 changed files with 5 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      CMakeLists.txt
  3. +1
    -0
      deps/handmademath

+ 3
- 0
.gitmodules View File

@ -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

+ 1
- 0
CMakeLists.txt View File

@ -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


+ 1
- 0
deps/handmademath

@ -0,0 +1 @@
Subproject commit afd726ab0bb9747d596fb9846cb560210298cbb3

Loading…
Cancel
Save