File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,16 @@ find_package(GTest REQUIRED)
18
18
find_package (double-conversion REQUIRED )
19
19
find_package (nayuki_md5 REQUIRED )
20
20
21
- # rapidjson
22
- add_library (ydb-sdk-rapidjson INTERFACE )
21
+ # RapidJSON
22
+ if (YDB_SDK_USE_RAPID_JSON )
23
+ find_package (RapidJSON REQUIRED )
23
24
24
- target_include_directories (ydb-sdk-rapidjson INTERFACE
25
- ${RAPIDJSON_INCLUDE_DIRS}
26
- )
25
+ add_library (RapidJSON::RapidJSON INTERFACE IMPORTED )
26
+
27
+ target_include_directories (RapidJSON::RapidJSON INTERFACE
28
+ ${RAPIDJSON_INCLUDE_DIRS}
29
+ )
30
+ endif ()
27
31
28
32
# api-common-protos
29
33
if (YDB_SDK_GOOGLE_COMMON_PROTOS_TARGET )
Original file line number Diff line number Diff line change 1
1
add_subdirectory (jwt-cpp )
2
2
add_subdirectory (libc_compat )
3
3
add_subdirectory (lzmasdk )
4
+ add_subdirectory (zstd06 )
You can’t perform that action at this time.
0 commit comments