Skip to content

Commit

Permalink
All link libraries should be private
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 13, 2024
1 parent 270b609 commit 0a396d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,9 @@ target_link_libraries(
$<TARGET_OBJECTS:url>
$<TARGET_OBJECTS:base64>
$<TARGET_OBJECTS:hex>
PUBLIC
PRIVATE
utf
napi
PRIVATE
log
url
base64
Expand Down

0 comments on commit 0a396d9

Please sign in to comment.