aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-08 12:23:16 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-08 12:23:16 +0300
commitef32d236e2c477e41005becadfa89e80a124491c (patch)
treebfd91afc5cc9444237c68d1c0d71b6d0ae9182aa /build/ymake.core.conf
parent2475432dcbb88486205a48c162a576361196f8be (diff)
downloadydb-ef32d236e2c477e41005becadfa89e80a124491c.tar.gz
intermediate changes
ref:fe861bc3674df2541917fa13025b2658af891e35
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 06d6696fa6..d898a03a80 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -2400,11 +2400,11 @@ module _LIBRARY: _BASE_UNIT {
}
CPP_LIBRARY_SEM=add_library ${MODDIR} $REALPRJNAME ${hide:TARGET} ${hide:AUTO_INPUT} \
+ && library_fake_marker FAKE_MODULE ${FAKE_MODULE} \
&& consumer_link_library PUBLIC $CMAKE_LINK_TARGET \
&& target_include_directories PUBLIC $_C__INCLUDE_GLOBAL \
&& target_include_directories PRIVATE $_C__INCLUDE_OWNED \
- && target_compile_definitions PRIVATE $USER_CFLAGS $USER_CXXFLAGS \
- && library_fake_marker FAKE_MODULE ${FAKE_MODULE}
+ && target_compile_definitions PRIVATE $USER_CFLAGS $USER_CXXFLAGS
CPP_OBJ_LIBRARY_SEM=add_global_library_for ${MODDIR} ${suf=.global:REALPRJNAME} $REALPRJNAME ${hide:GLOBAL_TARGET} ${hide:AUTO_INPUT} \
&& target_include_directories PUBLIC $_C__INCLUDE_GLOBAL \
&& target_include_directories PRIVATE $_C__INCLUDE_OWNED \