From eb3e6d91728c94cd670c6582d3d565fb4f2525d4 Mon Sep 17 00:00:00 2001 From: David Banks <47112877+dbanks12@users.noreply.github.com> Date: Thu, 16 Feb 2023 18:12:08 -0500 Subject: [PATCH] [CPM] add missing dependencies to libbarretenberg.a (#154) * add missing dependencies to libbarretenberg.a * add missing libraries to wasm executable --- cpp/src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index a397738084..eb21af651d 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -77,6 +77,7 @@ if(WASM) $ $ $ + $ $ $ $ @@ -94,6 +95,9 @@ if(WASM) $ $ $ + $ + $ + $ ) # With binaryen installed, it seems its wasm backend optimiser gets invoked automatically. @@ -138,6 +142,7 @@ if(WASM) $ $ $ + $ $ $ $ @@ -172,6 +177,7 @@ else() $ $ $ + $ $ $ $