Link with Protobuf_LIBRARIES

This commit is contained in:
Jonas Kvinge
2023-03-08 18:56:15 +01:00
parent 312c5cbc3f
commit 40a4bf195a
2 changed files with 3 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ target_include_directories(libstrawberry-tagreader PRIVATE
target_link_libraries(libstrawberry-tagreader PRIVATE
${GLIB_LIBRARIES}
${PROTOBUF_LIBRARY}
${Protobuf_LIBRARIES}
${QtCore_LIBRARIES}
${QtNetwork_LIBRARIES}
libstrawberry-common