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