Skip to content

Commit

Permalink
link uint128_t
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 23, 2024
1 parent 070bc6c commit 79ccebc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,13 @@ target_link_libraries(RunTests PRIVATE fse Threads::Threads Catch2::Catch2WithMa
$<$<NOT:$<PLATFORM_ID:Darwin,OpenBSD,FreeBSD,Windows>>:stdc++fs>
)

IF (BUILD_STATIC_CHIAPOS_LIBRARY)
target_link_libraries(chiapos_static PRIVATE # fse Threads::Threads
$<$<CXX_COMPILER_ID:MSVC>:uint128>
# $<$<NOT:$<PLATFORM_ID:Darwin,OpenBSD,FreeBSD,Windows>>:stdc++fs>
)
ENDIF()

if (${CP_LINK_BLADEBIT_HARVESTER})

set(bb_defs
Expand Down

0 comments on commit 79ccebc

Please sign in to comment.