From 08882639e092b3d6f8b3fbf4cfa5df0a18e27fe2 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 26 Jun 2020 23:27:38 +0200 Subject: [PATCH] Move SingleApplication includes to non-system includes --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8011419ce..109adc755 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1008,8 +1008,6 @@ target_include_directories(strawberry_lib SYSTEM PUBLIC ${GNUTLS_INCLUDE_DIRS} ${SQLITE_INCLUDE_DIRS} ${QT_INCLUDE_DIRS} - ${SINGLEAPPLICATION_INCLUDE_DIRS} - ${SINGLECOREAPPLICATION_INCLUDE_DIRS} ) target_include_directories(strawberry_lib PUBLIC @@ -1020,6 +1018,8 @@ target_include_directories(strawberry_lib PUBLIC ${CMAKE_SOURCE_DIR}/ext/libstrawberry-common ${CMAKE_SOURCE_DIR}/ext/libstrawberry-tagreader ${CMAKE_BINARY_DIR}/ext/libstrawberry-tagreader + ${SINGLEAPPLICATION_INCLUDE_DIRS} + ${SINGLECOREAPPLICATION_INCLUDE_DIRS} ${TAGLIB_INCLUDE_DIRS} )