From e8100f790f25142d862a73f10495215fe70e4c48 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 27 Apr 2016 15:05:29 -0700 Subject: add {run-,}gen-wasm.py; used to generate .wasm These will be useful for testing the binary reader. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 706771c8..55067ee9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "third_party/CMakeXFind"] path = third_party/CMakeXFind url = https://github.com/julp/CMakeXFind +[submodule "third_party/ply"] + path = third_party/ply + url = https://github.com/dabeaz/ply -- cgit v1.2.3