Skip to content

Commit

Permalink
Adjust linking visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 12, 2024
1 parent bb0a444 commit 18a6393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ target_link_libraries(
PUBLIC
utf
napi
PRIVATE
log
url
base64
Expand Down
2 changes: 2 additions & 0 deletions bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ target_link_libraries(
bare_bin
PUBLIC
$<LINK_LIBRARY:WHOLE_ARCHIVE,bare_static>
PRIVATE
log_static
)

link_bare_module(bare_bin bare-crypto)
Expand Down

0 comments on commit 18a6393

Please sign in to comment.