diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
commit | 9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch) | |
tree | 81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/getopt/small | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/getopt/small')
-rw-r--r-- | library/cpp/getopt/small/CMakeLists.darwin.txt | 32 | ||||
-rw-r--r-- | library/cpp/getopt/small/CMakeLists.linux-aarch64.txt | 32 | ||||
-rw-r--r-- | library/cpp/getopt/small/CMakeLists.linux.txt | 32 |
3 files changed, 48 insertions, 48 deletions
diff --git a/library/cpp/getopt/small/CMakeLists.darwin.txt b/library/cpp/getopt/small/CMakeLists.darwin.txt index 551edc2739..04c5b67dda 100644 --- a/library/cpp/getopt/small/CMakeLists.darwin.txt +++ b/library/cpp/getopt/small/CMakeLists.darwin.txt @@ -14,20 +14,20 @@ target_link_libraries(cpp-getopt-small PUBLIC library-cpp-colorizer ) target_sources(cpp-getopt-small PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer_command.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completion_generator.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/formatted_output.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_easy_setup.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opts.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parser.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parse_result.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/modchooser.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt2.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/posix_getopt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/wrap.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/ygetopt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer_command.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completion_generator.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/formatted_output.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_easy_setup.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opts.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parser.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parse_result.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/modchooser.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt2.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/posix_getopt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/wrap.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/ygetopt.cpp ) diff --git a/library/cpp/getopt/small/CMakeLists.linux-aarch64.txt b/library/cpp/getopt/small/CMakeLists.linux-aarch64.txt index 7e32eac069..5aabced8a3 100644 --- a/library/cpp/getopt/small/CMakeLists.linux-aarch64.txt +++ b/library/cpp/getopt/small/CMakeLists.linux-aarch64.txt @@ -15,20 +15,20 @@ target_link_libraries(cpp-getopt-small PUBLIC library-cpp-colorizer ) target_sources(cpp-getopt-small PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer_command.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completion_generator.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/formatted_output.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_easy_setup.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opts.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parser.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parse_result.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/modchooser.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt2.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/posix_getopt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/wrap.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/ygetopt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer_command.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completion_generator.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/formatted_output.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_easy_setup.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opts.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parser.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parse_result.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/modchooser.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt2.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/posix_getopt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/wrap.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/ygetopt.cpp ) diff --git a/library/cpp/getopt/small/CMakeLists.linux.txt b/library/cpp/getopt/small/CMakeLists.linux.txt index 7e32eac069..5aabced8a3 100644 --- a/library/cpp/getopt/small/CMakeLists.linux.txt +++ b/library/cpp/getopt/small/CMakeLists.linux.txt @@ -15,20 +15,20 @@ target_link_libraries(cpp-getopt-small PUBLIC library-cpp-colorizer ) target_sources(cpp-getopt-small PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer_command.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completion_generator.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/formatted_output.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_easy_setup.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opts.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parser.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parse_result.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/modchooser.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt2.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/posix_getopt.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/wrap.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/ygetopt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer_command.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completion_generator.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/formatted_output.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_easy_setup.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opts.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parser.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parse_result.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/modchooser.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt2.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/posix_getopt.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/wrap.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/ygetopt.cpp ) |