From 4fa6c0d2d8c6309d53757ad54d3433d1d662de5f Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Tue, 14 Mar 2023 11:49:15 -0700 Subject: [PATCH] fix: Align native library object library with wasm (#238) --- README.md | 2 +- cpp/src/CMakeLists.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9986c1cc9b..2be12b4834 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ make create_full_coverage_report The report will land in the build directory in the all_test_coverage_report directory. -Alternatively you can build separate test binaries, e.g. honk_tests or numeric_tests and run **make test** just for them or even just for a single test. Then the report will just show coverage for those binaries +Alternatively you can build separate test binaries, e.g. honk_tests or numeric_tests and run **make test** just for them or even just for a single test. Then the report will just show coverage for those binaries. ### VS Code configuration A default configuration for VS Code is provided by the file [`barretenberg.code-workspace`](barretenberg.code-workspace). These settings can be overridden by placing configuration files in `.vscode/`. diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index f257af7f20..6a91ddd47f 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -159,6 +159,7 @@ else() add_library( barretenberg STATIC + $ $ $ $ @@ -171,6 +172,8 @@ else() $ $ $ + $ + $ $ $ $