diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /contrib/restricted/boost/context/impl_common/ya.make | |
parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) | |
download | ydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz |
Revert ymake build from ydb oss export
Diffstat (limited to 'contrib/restricted/boost/context/impl_common/ya.make')
-rw-r--r-- | contrib/restricted/boost/context/impl_common/ya.make | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/contrib/restricted/boost/context/impl_common/ya.make b/contrib/restricted/boost/context/impl_common/ya.make deleted file mode 100644 index e9e9603eb4..0000000000 --- a/contrib/restricted/boost/context/impl_common/ya.make +++ /dev/null @@ -1,58 +0,0 @@ -# Generated by devtools/yamaker. - -LIBRARY() - -WITHOUT_LICENSE_TEXTS() - -OWNER( - g:cpp-contrib - g:taxi-common -) - -VERSION(1.81.0) - -ORIGINAL_SOURCE(https://github.com/boostorg/context/archive/boost-1.81.0.tar.gz) - -LICENSE(BSL-1.0) - -PEERDIR( - contrib/restricted/boost/assert - contrib/restricted/boost/config - contrib/restricted/boost/core - contrib/restricted/boost/mp11 - contrib/restricted/boost/pool - contrib/restricted/boost/predef - contrib/restricted/boost/smart_ptr -) - -ADDINCL( - GLOBAL contrib/restricted/boost/context/include -) - -NO_COMPILER_WARNINGS() - -NO_UTIL() - -CFLAGS( - -DBOOST_CONTEXT_SOURCE -) - -IF (DYNAMIC_BOOST) - CFLAGS( - GLOBAL -DBOOST_CONTEXT_DYN_LINK - ) -ENDIF() - -SRCDIR(contrib/restricted/boost/context/src) - -IF (OS_WINDOWS) - SRCS( - windows/stack_traits.cpp - ) -ELSE() - SRCS( - posix/stack_traits.cpp - ) -ENDIF() - -END() |