Skip to content

Commit

Permalink
LINK
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 15, 2024
1 parent 4d8af99 commit 37ed814
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chiapos-2.0.6/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ 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 $<$<CXX_COMPILER_ID:MSVC>:uint128>)
endif

if (${CP_LINK_BLADEBIT_HARVESTER})

set(bb_defs
Expand Down

0 comments on commit 37ed814

Please sign in to comment.