From 79ccebc6c5a9ec3290f5c439ff3c3c0f16c7abd7 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Mon, 23 Sep 2024 12:43:10 -0400 Subject: [PATCH] link uint128_t --- CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c4406780f..a493258f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -219,6 +219,13 @@ target_link_libraries(RunTests PRIVATE fse Threads::Threads Catch2::Catch2WithMa $<$>:stdc++fs> ) +IF (BUILD_STATIC_CHIAPOS_LIBRARY) + target_link_libraries(chiapos_static PRIVATE # fse Threads::Threads + $<$:uint128> + # $<$>:stdc++fs> + ) +ENDIF() + if (${CP_LINK_BLADEBIT_HARVESTER}) set(bb_defs