Skip to content

Commit

Permalink
Add LUNASVG_BUILD_STATIC to compiler definitions for Windows linking
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jan 29, 2025
1 parent 5994c13 commit 2881513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions liboscar/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ PUBLIC
$<$<BOOL:${OSC_RUNTIME_PERF_MEASUREMENTS_ENABLED}>:OSC_RUNTIME_PERF_MEASUREMENTS_ENABLED>
PRIVATE
$<$<BOOL:${OSC_ADD_LINUX_DEF}>:__LINUX__>
LUNASVG_BUILD_STATIC
)
target_include_directories(oscar
PUBLIC
Expand Down

0 comments on commit 2881513

Please sign in to comment.