aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/small
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
commit94299c40d78c487307d3b744ecadf539dc13bb1a (patch)
treebb80680b6df85a6d825be7aadde56e3be92232fd /library/cpp/getopt/small
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/getopt/small')
-rw-r--r--library/cpp/getopt/small/CMakeLists.darwin.txt32
-rw-r--r--library/cpp/getopt/small/CMakeLists.linux-aarch64.txt32
-rw-r--r--library/cpp/getopt/small/CMakeLists.linux.txt32
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 04c5b67dda4..551edc27394 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 5aabced8a31..7e32eac069f 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 5aabced8a31..7e32eac069f 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
)