aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-22 16:01:40 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-22 16:01:40 +0300
commitbbeb9710de164ad05e586b05347a2eeaed1990e9 (patch)
treee9ea9a5d77db8555e544bbeb2f90e647e12f2a5e
parent1881e6012364ecc6a8b43812a4c48e04d615a1f2 (diff)
downloadydb-bbeb9710de164ad05e586b05347a2eeaed1990e9.tar.gz
intermediate changes
ref:1680a5f170e211d6fb0dbc9fd12125528f7f8ff8
-rw-r--r--build/ymake.core.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 1906ae605c..23de57b070 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -6106,6 +6106,7 @@ macro _SRC("lua", SRC, SRCFLAGS...) {
# tag:src-processing
macro _SRC("cu", SRC, SRCFLAGS...) {
.CMD=$_SRC_CU_CMD
+ .SEM=target_sources PRIVATE ${input:SRC} ${output;hide;suf=${OBJ_SUF}.o:SRC} $_ADD_EXTRA_FLAGS($SRCFLAGS) && target_cuda_flags PRIVATE $CUDA_NVCC_FLAGS
.PEERDIR=$_SRC_CU_PEERDIR
}