HomePhabricator
Diffusion Comm 7b03d03f3209

[Native] Cleanup Cryptotools/CMakeLists.txt

Description

[Native] Cleanup Cryptotools/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.

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

Details

Provenance
jonAuthored on Aug 30 2022, 2:13 PM
Reviewer
atul
Differential Revision
D4986: [Native] Cleanup Cryptotools/CMakeLists.txt
Parents
rCOMM966d8e06644e: [services] Expose top-level CMakeList.txt for cpp projects
Branches
Unknown
Tags
Unknown