diff options
author | robot-piglet <[email protected]> | 2023-02-07 17:37:14 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2023-02-07 17:37:14 +0300 |
commit | 94299c40d78c487307d3b744ecadf539dc13bb1a (patch) | |
tree | bb80680b6df85a6d825be7aadde56e3be92232fd /contrib/restricted/boost/program_options | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/program_options')
3 files changed, 33 insertions, 33 deletions
diff --git a/contrib/restricted/boost/program_options/CMakeLists.darwin.txt b/contrib/restricted/boost/program_options/CMakeLists.darwin.txt index e6d6184a47f..5062ba65e2d 100644 --- a/contrib/restricted/boost/program_options/CMakeLists.darwin.txt +++ b/contrib/restricted/boost/program_options/CMakeLists.darwin.txt @@ -31,15 +31,15 @@ target_link_libraries(restricted-boost-program_options PUBLIC restricted-boost-type_traits ) target_sources(restricted-boost-program_options PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp ) diff --git a/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt index ea86a32d2a1..891452f17a5 100644 --- a/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt +++ b/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt @@ -32,15 +32,15 @@ target_link_libraries(restricted-boost-program_options PUBLIC restricted-boost-type_traits ) target_sources(restricted-boost-program_options PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp ) diff --git a/contrib/restricted/boost/program_options/CMakeLists.linux.txt b/contrib/restricted/boost/program_options/CMakeLists.linux.txt index ea86a32d2a1..891452f17a5 100644 --- a/contrib/restricted/boost/program_options/CMakeLists.linux.txt +++ b/contrib/restricted/boost/program_options/CMakeLists.linux.txt @@ -32,15 +32,15 @@ target_link_libraries(restricted-boost-program_options PUBLIC restricted-boost-type_traits ) target_sources(restricted-boost-program_options PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp ) |