diff options
author | thegeorg <thegeorg@yandex-team.com> | 2022-07-16 19:44:37 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2022-07-16 19:44:37 +0300 |
commit | 78785eee45c58b98adc859e9286991ec9d1382af (patch) | |
tree | 835e98bcbd1f81fc242bb615b8bc0e1276274e4f /contrib/libs/jwt-cpp | |
parent | 7537371746d95bc04135888d09ac2068233932ea (diff) | |
download | ydb-78785eee45c58b98adc859e9286991ec9d1382af.tar.gz |
Sync contrib/libs/jwt-cpp layout with upstream
Diffstat (limited to 'contrib/libs/jwt-cpp')
-rw-r--r-- | contrib/libs/jwt-cpp/CMakeLists.txt | 3 | ||||
-rw-r--r-- | contrib/libs/jwt-cpp/include/jwt-cpp/base.h (renamed from contrib/libs/jwt-cpp/base.h) | 0 | ||||
-rw-r--r-- | contrib/libs/jwt-cpp/include/jwt-cpp/jwt.h (renamed from contrib/libs/jwt-cpp/jwt.h) | 0 | ||||
-rw-r--r-- | contrib/libs/jwt-cpp/include/picojson/picojson.h (renamed from contrib/libs/jwt-cpp/picojson/picojson.h) | 0 |
4 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libs/jwt-cpp/CMakeLists.txt b/contrib/libs/jwt-cpp/CMakeLists.txt index 28fb6a036c..33aa03b232 100644 --- a/contrib/libs/jwt-cpp/CMakeLists.txt +++ b/contrib/libs/jwt-cpp/CMakeLists.txt @@ -9,6 +9,9 @@ find_package(OpenSSL REQUIRED) add_library(contrib-libs-jwt-cpp INTERFACE) +target_include_directories(contrib-libs-jwt-cpp INTERFACE + ${CMAKE_SOURCE_DIR}/contrib/libs/jwt-cpp/include +) target_link_libraries(contrib-libs-jwt-cpp INTERFACE OpenSSL::OpenSSL ) diff --git a/contrib/libs/jwt-cpp/base.h b/contrib/libs/jwt-cpp/include/jwt-cpp/base.h index 375e0eb08f..375e0eb08f 100644 --- a/contrib/libs/jwt-cpp/base.h +++ b/contrib/libs/jwt-cpp/include/jwt-cpp/base.h diff --git a/contrib/libs/jwt-cpp/jwt.h b/contrib/libs/jwt-cpp/include/jwt-cpp/jwt.h index 6e557298dd..6e557298dd 100644 --- a/contrib/libs/jwt-cpp/jwt.h +++ b/contrib/libs/jwt-cpp/include/jwt-cpp/jwt.h diff --git a/contrib/libs/jwt-cpp/picojson/picojson.h b/contrib/libs/jwt-cpp/include/picojson/picojson.h index b5b38017b5..b5b38017b5 100644 --- a/contrib/libs/jwt-cpp/picojson/picojson.h +++ b/contrib/libs/jwt-cpp/include/picojson/picojson.h |