diff options
Diffstat (limited to 'test/gtest/CMakeLists.txt')
-rw-r--r-- | test/gtest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gtest/CMakeLists.txt b/test/gtest/CMakeLists.txt index b40130760..303e386c6 100644 --- a/test/gtest/CMakeLists.txt +++ b/test/gtest/CMakeLists.txt @@ -4,6 +4,7 @@ include_directories(../../src/wasm) set(unittest_SOURCES cfg.cpp dfa_minimization.cpp + json.cpp lattices.cpp possible-contents.cpp printing.cpp |