From 1b47d92e15e01eefb0fc89e5b1647c6163e74d16 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 9 Dec 2021 17:14:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BF=D1=83=D1=82=D1=8C=20=D0=B4=D0=BB=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B8=D1=81=D0=BA=D0=B0=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=D0=BE=D1=87=D0=BD=D1=8B=D1=85=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MyxCMake/modules/MyxCMakeCommonTargetProperties.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MyxCMake/modules/MyxCMakeCommonTargetProperties.cmake b/MyxCMake/modules/MyxCMakeCommonTargetProperties.cmake index 6b02b5a..18dca1f 100644 --- a/MyxCMake/modules/MyxCMakeCommonTargetProperties.cmake +++ b/MyxCMake/modules/MyxCMakeCommonTargetProperties.cmake @@ -41,6 +41,7 @@ function(myx_cmake_common_target_properties target) target_include_directories( ${target} PUBLIC $ + $ $ $ $) @@ -67,8 +68,6 @@ function(myx_cmake_common_target_properties target) endif() if(_target_type STREQUAL OBJECT_LIBRARY) - # target_include_directories(${target} PUBLIC - # $) set_target_properties(${target} PROPERTIES POSITION_INDEPENDENT_CODE ON) endif()