diff options
author | Ben Smith <binji@chromium.org> | 2016-04-19 14:23:05 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-04-21 14:17:46 -0700 |
commit | 2f3625e382c0b1e2e826d4c2c509ab43a4f4e59b (patch) | |
tree | 5aec2ae7b2276a6267c6aa2a29df6fed0839091b /.gitmodules | |
parent | ef794aaa57705ff4b7015a4f2b78ca8ea4ff5af6 (diff) | |
download | wabt-2f3625e382c0b1e2e826d4c2c509ab43a4f4e59b.tar.gz wabt-2f3625e382c0b1e2e826d4c2c509ab43a4f4e59b.tar.bz2 wabt-2f3625e382c0b1e2e826d4c2c509ab43a4f4e59b.zip |
lex using re2c instead of flex
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 065ad01e..706771c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "third_party/squirrel"] path = third_party/squirrel url = https://github.com/albertodemichelis/squirrel/ +[submodule "third_party/CMakeXFind"] + path = third_party/CMakeXFind + url = https://github.com/julp/CMakeXFind |