From 99155e63919e08899541a46e680f1c0390479905 Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@aist.go.jp> Date: Wed, 30 Jan 2019 22:32:34 +0900 Subject: [PATCH] add exprtk as submodule --- .gitmodules | 3 +++ ThirdParty/exprtk | 1 + 2 files changed, 4 insertions(+) create mode 160000 ThirdParty/exprtk diff --git a/.gitmodules b/.gitmodules index 2fad9ac91de..98bfd930737 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "ThirdParty/jedbrown-cmake-modules"] path = ThirdParty/jedbrown-cmake-modules url = https://github.com/jedbrown/cmake-modules.git +[submodule "ThirdParty/exprtk"] + path = ThirdParty/exprtk + url = https://github.com/ArashPartow/exprtk.git diff --git a/ThirdParty/exprtk b/ThirdParty/exprtk new file mode 160000 index 00000000000..e0e880c3797 --- /dev/null +++ b/ThirdParty/exprtk @@ -0,0 +1 @@ +Subproject commit e0e880c3797ea363d24782ba63fe362f7d94f89c -- GitLab