Skip to content
Snippets Groups Projects
Commit ee12a00e authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix a small linking issue on msvc

parent 3ae2d349
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ add_library(media_plugin_base ...@@ -44,6 +44,7 @@ add_library(media_plugin_base
set_target_properties(media_plugin_base PROPERTIES POSITION_INDEPENDENT_CODE TRUE) set_target_properties(media_plugin_base PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
target_link_libraries(media_plugin_base PUBLIC target_link_libraries(media_plugin_base PUBLIC
llcommon
fmt::fmt fmt::fmt
) )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment