From f4edc50e4756b2289254ee308223faed9be6a2c7 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Fri, 12 Mar 2021 03:34:03 +0100 Subject: Fix FTBFS with CMake build: + Determine TQt and TDE include directories as SYSTEM. It solves priority for #include "..." × #include <...> + Additional linked libraries. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- quanta/components/debugger/interfaces/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'quanta/components/debugger/interfaces') diff --git a/quanta/components/debugger/interfaces/CMakeLists.txt b/quanta/components/debugger/interfaces/CMakeLists.txt index 9778dbe0..72e14676 100644 --- a/quanta/components/debugger/interfaces/CMakeLists.txt +++ b/quanta/components/debugger/interfaces/CMakeLists.txt @@ -12,6 +12,9 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/quanta/components/debugger +) + +include_directories( SYSTEM ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) -- cgit v1.2.3