Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 709 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 709 Bytes

Bazel Linux build

test-phtree-cpp-cmake

This is a test project to verify / demonstrate how to include phtree-cpp when using the cmake build system.

This project tests three variations of dependency management with cmake.

  1. add_subdirectory(): This requires copying the source phtree code into a subfolder. This can be enabled with PHT_CMAKE_SUB_SIRECTORY.

  2. FetchContent: This can be enabled with PHT_CMAKE_FETCH_CONTENT

  3. find_package(): This requirees the phtree being installed on the local system. This can be enabled with PHT_CMAKE_FIND_PACKAGE