HomePhabricator
Diffusion Comm 368e8118168c

[Native] Cleanup grpc/CMakeLists.txt

Description

[Native] Cleanup grpc/CMakeLists.txt

Summary:
When adding the the CMakeLists.txt, I wasn't able to
reference the other sibling projects. This change is to remove
the target_include_directories entries in favor
of using target_link_library which is the more canonical way
to reference other projects now that they exist.

Depends on D4987

Test Plan:

nix develop
cd native/cpp/CommonCpp
rm -rf build && mkdir build && cd build && cmake .. && make -j

Reviewers: atul, abosh, max

Reviewed By: atul

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D4988

Details

Provenance
jonAuthored on Aug 30 2022, 2:23 PM
Reviewer
atul
Differential Revision
D4988: [Native] Cleanup grpc/CMakeLists.txt
Parents
rCOMM466d95bd7b4c: [Native] Cleanup Tools/CMakeLists.txt
Branches
Unknown
Tags
Unknown