aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/filesystem/CMakeLists.darwin.txt
blob: 21e5971cb52a7f405c3cb9b6a2431155c2306348 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file was gererated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.



add_library(boost-libs-filesystem)
target_compile_options(boost-libs-filesystem PRIVATE
  -DBOOST_ATOMIC_STATIC_LINK=1
  -DBOOST_All_STATIC_LINK=1
  -DBOOST_CHRONO_STATIC_LINK=1
  -DBOOST_SYSTEM_STATIC_LINK=1
  -DBOOST_TIMER_STATIC_LINK=1
  -DBOOST_ALL_NO_LIB=1
  -DBOOST_ATOMIC_SOURCE
  -DBOOST_COROUTINES_SOURCE
  -DBOOST_DISABLE_ASSERTS
  -DBOOST_SPIRIT_USE_PHOENIX_V3=1
  -DBOOST_SYSTEM_NO_DEPRECATED
  -DBOOST_THREAD_BUILD_LIB=1
  -DBOOST_THREAD_DONT_USE_CHRONO=1
  -DBOOST_THREAD_NO_LIB=1
  -DBOOST_THREAD_USE_LIB=1
  -DDATE_TIME_INLINE
  -DBOOST_THREAD_DONT_USE_CHRONO
  -DBOOST_THREAD_POSIX
  -D_DARWIN_C_SOURCE=1
  -DBOOST_FILESYSTEM_STATIC_LINK=1
  -Wno-everything
)
target_link_libraries(boost-libs-filesystem PUBLIC
  contrib-libs-cxxsupp
  contrib-restricted-boost
  restricted-boost-system
)
target_sources(boost-libs-filesystem PRIVATE
  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/libs/filesystem/src/codecvt_error_category.cpp
  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/libs/filesystem/src/operations.cpp
  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/libs/filesystem/src/path.cpp
  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/libs/filesystem/src/path_traits.cpp
  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/libs/filesystem/src/portability.cpp
  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/libs/filesystem/src/unique_path.cpp
  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/libs/filesystem/src/utf8_codecvt_facet.cpp
  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/libs/filesystem/src/windows_file_codecvt.cpp
)