From bb289b6191b56e48cb598e9b121ea4a54a2184df Mon Sep 17 00:00:00 2001 From: youben11 Date: Thu, 17 Mar 2022 14:53:12 +0100 Subject: [PATCH] fix: link clientlib to concrete --- compiler/lib/ClientLib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/lib/ClientLib/CMakeLists.txt b/compiler/lib/ClientLib/CMakeLists.txt index c445611e8..99cd9b781 100644 --- a/compiler/lib/ClientLib/CMakeLists.txt +++ b/compiler/lib/ClientLib/CMakeLists.txt @@ -26,5 +26,6 @@ add_mlir_library( ConcretelangCommon ConcretelangRuntime ConcretelangSupportLib + LINK_LIBS PUBLIC Concrete )