mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
CMake: Re-add missing library deps due to bad merge
PiperOrigin-RevId: 560020224 Change-Id: I54d329b12282f1a0c711b60f31f174c42ab3d893
This commit is contained in:
parent
7de1c4d8d0
commit
c04ef4572c
|
@ -177,6 +177,7 @@ target_link_libraries(sapi_client
|
|||
absl::log
|
||||
absl::log_flags
|
||||
absl::log_initialize
|
||||
absl::statusor
|
||||
absl::strings
|
||||
libffi::libffi
|
||||
sandbox2::comms
|
||||
|
@ -213,6 +214,7 @@ if(BUILD_TESTING AND SAPI_BUILD_TESTING AND NOT CMAKE_CROSSCOMPILING)
|
|||
target_link_libraries(sapi_test PRIVATE
|
||||
absl::status
|
||||
absl::statusor
|
||||
absl::time
|
||||
benchmark
|
||||
sandbox2::result
|
||||
sapi::proto_arg_proto
|
||||
|
|
Loading…
Reference in New Issue
Block a user