From 11895f5a9ed97c859f3a7c6b01217f87947aa83d Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 3 Jul 2021 08:33:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cmlib-example/CMakeLists.txt | 6 +++--- thirdparty/myxlib | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cmlib-example/CMakeLists.txt b/src/cmlib-example/CMakeLists.txt index 38d3ba4..b63fc54 100644 --- a/src/cmlib-example/CMakeLists.txt +++ b/src/cmlib-example/CMakeLists.txt @@ -21,20 +21,20 @@ add_executable(${TRGT} ${TRGT_cpp} ${TRGT_qrc}) common_target_properties(${TRGT}) # Qt5: подключение заголовочных файлов -target_include_directories(${TRGT} SYSTEM PUBLIC ${Qt5Core_INCLUDE_DIRS}) +target_include_directories(${TRGT} PUBLIC $) +target_include_directories(${TRGT} PUBLIC $) # Компоновка с библиотеками из внешнего проекта target_link_libraries(${TRGT} myx-qt myx-filesystem) diff --git a/thirdparty/myxlib b/thirdparty/myxlib index 35ad2e1..66ddb8a 160000 --- a/thirdparty/myxlib +++ b/thirdparty/myxlib @@ -1 +1 @@ -Subproject commit 35ad2e1db8e4d5aa424862a32eb262f18b562a98 +Subproject commit 66ddb8a1fbd4b1af214ac48992feec9fb409fb37