mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
cmake: mark libtorrent and qtsingleapplication include dirs as system
This commit is contained in:
committed by
sledgehammer999
parent
283338f5f3
commit
d03a71899e
@@ -99,6 +99,7 @@ if (LibtorrentRasterbar_FOUND AND NOT TARGET LibtorrentRasterbar::LibTorrent)
|
|||||||
IMPORTED_LINK_INTERFACE_LANGUAGES "CXX"
|
IMPORTED_LINK_INTERFACE_LANGUAGES "CXX"
|
||||||
IMPORTED_LOCATION "${LibtorrentRasterbar_LIBRARY}"
|
IMPORTED_LOCATION "${LibtorrentRasterbar_LIBRARY}"
|
||||||
INTERFACE_INCLUDE_DIRECTORIES "${LibtorrentRasterbar_INCLUDE_DIRS}"
|
INTERFACE_INCLUDE_DIRECTORIES "${LibtorrentRasterbar_INCLUDE_DIRS}"
|
||||||
|
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${LibtorrentRasterbar_INCLUDE_DIRS}"
|
||||||
INTERFACE_LINK_LIBRARIES "${LibtorrentRasterbar_LIBRARIES}"
|
INTERFACE_LINK_LIBRARIES "${LibtorrentRasterbar_LIBRARIES}"
|
||||||
INTERFACE_COMPILE_OPTIONS "${LibtorrentRasterbar_DEFINITIONS}"
|
INTERFACE_COMPILE_OPTIONS "${LibtorrentRasterbar_DEFINITIONS}"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -84,6 +84,7 @@ if(NOT TARGET QtSingleApplication::QtSingleApplication)
|
|||||||
add_library(QtSingleApplication::QtSingleApplication UNKNOWN IMPORTED)
|
add_library(QtSingleApplication::QtSingleApplication UNKNOWN IMPORTED)
|
||||||
set_target_properties(QtSingleApplication::QtSingleApplication PROPERTIES
|
set_target_properties(QtSingleApplication::QtSingleApplication PROPERTIES
|
||||||
INTERFACE_INCLUDE_DIRECTORIES "${QTSINGLEAPPLICATION_INCLUDE_DIR}"
|
INTERFACE_INCLUDE_DIRECTORIES "${QTSINGLEAPPLICATION_INCLUDE_DIR}"
|
||||||
|
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${QTSINGLEAPPLICATION_INCLUDE_DIR}"
|
||||||
)
|
)
|
||||||
if(EXISTS "${QTSINGLEAPPLICATION_LIBRARY}")
|
if(EXISTS "${QTSINGLEAPPLICATION_LIBRARY}")
|
||||||
set_target_properties(QtSingleApplication::QtSingleApplication PROPERTIES
|
set_target_properties(QtSingleApplication::QtSingleApplication PROPERTIES
|
||||||
|
|||||||
Reference in New Issue
Block a user