Add protobuf include dirs

This commit is contained in:
Jonas Kvinge 2022-02-06 08:41:05 +01:00
parent eee3445d2f
commit 3730bd04a4
1 changed files with 1 additions and 0 deletions

View File

@ -1026,6 +1026,7 @@ target_include_directories(strawberry_lib SYSTEM PUBLIC
${GOBJECT_INCLUDE_DIRS}
${GNUTLS_INCLUDE_DIRS}
${SQLITE_INCLUDE_DIRS}
${PROTOBUF_INCLUDE_DIRS}
)
if(HAVE_QPA_QPLATFORMNATIVEINTERFACE_H)