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.
-
add_subdirectory()
: This requires copying the source phtree code into a subfolder. This can be enabled withPHT_CMAKE_SUB_SIRECTORY
. -
FetchContent
: This can be enabled withPHT_CMAKE_FETCH_CONTENT
-
find_package()
: This requirees the phtree being installed on the local system. This can be enabled withPHT_CMAKE_FIND_PACKAGE