Move SingleApplication includes to non-system includes

This commit is contained in:
Jonas Kvinge 2020-06-26 23:27:38 +02:00
parent 837ae2932f
commit 08882639e0
1 changed files with 2 additions and 2 deletions

View File

@ -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}
)