aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/filesystem/ya.make
diff options
context:
space:
mode:
authorsnaury <snaury@yandex-team.com>2024-10-16 12:16:48 +0300
committersnaury <snaury@yandex-team.com>2024-10-16 12:32:13 +0300
commite0fb25470a47f0c243091ed28bf54a186f732f6a (patch)
treee85dfe628401f4f21749ab95b9d711242e3b49cd /contrib/restricted/boost/filesystem/ya.make
parentb3b4a0b9681eb0981f9958a426c95a53f79169a7 (diff)
downloadydb-e0fb25470a47f0c243091ed28bf54a186f732f6a.tar.gz
ydblib: add jinja2cpp
commit_hash:f3563041f6f6f7443e75fc99acd2c967d0debb04
Diffstat (limited to 'contrib/restricted/boost/filesystem/ya.make')
-rw-r--r--contrib/restricted/boost/filesystem/ya.make68
1 files changed, 68 insertions, 0 deletions
diff --git a/contrib/restricted/boost/filesystem/ya.make b/contrib/restricted/boost/filesystem/ya.make
new file mode 100644
index 0000000000..f468ba4980
--- /dev/null
+++ b/contrib/restricted/boost/filesystem/ya.make
@@ -0,0 +1,68 @@
+# Generated by devtools/yamaker from nixpkgs 22.11.
+
+LIBRARY()
+
+LICENSE(BSL-1.0)
+
+LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
+
+VERSION(1.86.0)
+
+ORIGINAL_SOURCE(https://github.com/boostorg/filesystem/archive/boost-1.86.0.tar.gz)
+
+PEERDIR(
+ contrib/restricted/boost/assert
+ contrib/restricted/boost/atomic
+ contrib/restricted/boost/config
+ contrib/restricted/boost/container_hash
+ contrib/restricted/boost/core
+ contrib/restricted/boost/detail
+ contrib/restricted/boost/io
+ contrib/restricted/boost/iterator
+ contrib/restricted/boost/predef
+ contrib/restricted/boost/scope
+ contrib/restricted/boost/smart_ptr
+ contrib/restricted/boost/system
+ contrib/restricted/boost/type_traits
+ contrib/restricted/boost/winapi
+)
+
+ADDINCL(
+ GLOBAL contrib/restricted/boost/filesystem/include
+)
+
+NO_COMPILER_WARNINGS()
+
+NO_UTIL()
+
+CFLAGS(
+ -DBOOST_FILESYSTEM_NO_CXX20_ATOMIC_REF
+)
+
+IF (OS_LINUX)
+ CFLAGS(
+ GLOBAL -DBOOST_FILESYSTEM_HAS_POSIX_AT_APIS
+ )
+ENDIF()
+
+IF (DYNAMIC_BOOST)
+ CFLAGS(
+ GLOBAL -DBOOST_FILESYSTEM_DYN_LINK
+ -DBOOST_FILESYSTEM_SOURCE
+ )
+ENDIF()
+
+SRCS(
+ src/codecvt_error_category.cpp
+ src/directory.cpp
+ src/exception.cpp
+ src/operations.cpp
+ src/path.cpp
+ src/path_traits.cpp
+ src/portability.cpp
+ src/unique_path.cpp
+ src/utf8_codecvt_facet.cpp
+ src/windows_file_codecvt.cpp
+)
+
+END()