summaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2022-09-12 22:21:27 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2022-09-12 22:21:27 -0400
commit0133549d19b15e70e1b2f46c77d4292ee725e2c9 (patch)
tree2c856088e9d9a0b8425622026d0cb8a2a33209b0 /dep
parent08cd572d516b358148e626a760f67444b3fc47e2 (diff)
Move tinyexpr to submodule.
Diffstat (limited to 'dep')
-rwxr-xr-xdep/Makefile8
m---------dep/tinyexpr0
2 files changed, 7 insertions, 1 deletions
diff --git a/dep/Makefile b/dep/Makefile
index d0bcdbc3..5ab5fe6d 100755
--- a/dep/Makefile
+++ b/dep/Makefile
@@ -55,7 +55,8 @@ osdialog = include/osdialog.h
pffft = include/pffft.h
fuzzysearchdatabase = include/FuzzySearchDatabase.hpp
ghcfilesystem = include/ghc/filesystem.hpp
-sse2neon = include/sse2neon/sse2neon.h
+tinyexpr = include/tinyexpr.h
+sse2neon = include/sse2neon.h
DEPS += $(glew)
DEPS += $(glfw)
@@ -73,6 +74,7 @@ DEPS += $(osdialog)
DEPS += $(pffft)
DEPS += $(fuzzysearchdatabase)
DEPS += $(ghcfilesystem)
+DEPS += $(tinyexpr)
DEPS += $(sse2neon)
@@ -257,6 +259,10 @@ $(ghcfilesystem): filesystem/include/ghc
mkdir -p include
cp -r $^ include/
+$(tinyexpr): tinyexpr/tinyexpr.h
+ mkdir -p include
+ cp $^ include/
+
$(sse2neon): sse2neon/sse2neon.h
mkdir -p include
cp $^ include/
diff --git a/dep/tinyexpr b/dep/tinyexpr
new file mode 160000
+Subproject 4e8cc0067a1e2378faae23eb2dfdd21e9e9907c