Skip to content

Commit

Permalink
[ossia] Link explicitly against magic_enum
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 15, 2024
1 parent f42584e commit 453fb63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ossia_features.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
target_link_libraries(ossia PUBLIC $<BUILD_INTERFACE:magic_enum::magic_enum>)

if(TARGET Boost::boost)
target_link_libraries(ossia PUBLIC $<BUILD_INTERFACE:Boost::boost>)
elseif(TARGET boost)
Expand Down

0 comments on commit 453fb63

Please sign in to comment.