From 82b649f67d8fc56b7771dc0f7b7c3a705528b427 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 5 Apr 2021 22:22:25 +0200 Subject: [PATCH] Move taglib include dir to system include dirs --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 83ff45325..e802345bf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1126,6 +1126,7 @@ target_include_directories(strawberry_lib SYSTEM PUBLIC ${GOBJECT_INCLUDE_DIRS} ${GNUTLS_INCLUDE_DIRS} ${SQLITE_INCLUDE_DIRS} + ${TAGLIB_INCLUDE_DIRS} ) target_include_directories(strawberry_lib PUBLIC @@ -1138,7 +1139,6 @@ target_include_directories(strawberry_lib PUBLIC ${CMAKE_BINARY_DIR}/ext/libstrawberry-tagreader ${SINGLEAPPLICATION_INCLUDE_DIRS} ${SINGLECOREAPPLICATION_INCLUDE_DIRS} - ${TAGLIB_INCLUDE_DIRS} ) target_link_libraries(strawberry_lib PUBLIC