HomePhabricator
Diffusion Comm 466d95bd7b4c

[Native] Cleanup Tools/CMakeLists.txt

Description

[Native] Cleanup Tools/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 D4986

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/D4987

Details

Provenance
jonAuthored on Aug 30 2022, 2:18 PM
Reviewer
atul
Differential Revision
D4987: [Native] Cleanup Tools/CMakeLists.txt
Parents
rCOMM7b03d03f3209: [Native] Cleanup Cryptotools/CMakeLists.txt
Branches
Unknown
Tags
Unknown