diff options
author | Soni L <EnderMoneyMod@gmail.com> | 2023-09-19 20:30:36 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 16:30:36 -0700 |
commit | dddc03d3bc4df2bca26a880e8f078f84ea3d2454 (patch) | |
tree | 372ff1087b535c52b122941983a584b47241fae4 /CMakeLists.txt | |
parent | 3b108c1d1dc2d633b5d5842321e9c5b2bdcea413 (diff) | |
download | wabt-dddc03d3bc4df2bca26a880e8f078f84ea3d2454.tar.gz wabt-dddc03d3bc4df2bca26a880e8f078f84ea3d2454.tar.bz2 wabt-dddc03d3bc4df2bca26a880e8f078f84ea3d2454.zip |
Rename wasm-opcodecnt to wasm-stats (#2298)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 18f50bc9..a3c110e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -557,10 +557,10 @@ if (BUILD_TOOLS) INSTALL ) - # wasm-opcodecnt + # wasm-stats wabt_executable( - NAME wasm-opcodecnt - SOURCES src/tools/wasm-opcodecnt.cc src/binary-reader-opcnt.cc + NAME wasm-stats + SOURCES src/tools/wasm-stats.cc src/binary-reader-stats.cc INSTALL ) |