aboutsummaryrefslogtreecommitdiff
path: root/src/op/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/op/CMakeLists.txt')
-rw-r--r--src/op/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/op/CMakeLists.txt b/src/op/CMakeLists.txt
index bea3555..27f2ff1 100644
--- a/src/op/CMakeLists.txt
+++ b/src/op/CMakeLists.txt
@@ -11,11 +11,13 @@ target_sources(${PROJECT_NAME} PRIVATE
br_if.c
call.c
call_indirect.c
+ current_memory.c
drop.c
else.c
end.c
get_local.c
get_global.c
+ grow_memory.c
i32_add.c
i32_and.c
i32_const.c