Add package install and config

This commit is contained in:
nikitalita
2023-01-04 12:38:19 -08:00
committed by Ben Clayton
parent 03e975779e
commit fe8695c502
2 changed files with 58 additions and 3 deletions

6
cmake/Config.cmake.in Normal file
View File

@@ -0,0 +1,6 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
include("${CMAKE_CURRENT_LIST_DIR}/@CPPDAP_TARGETS_EXPORT_NAME@.cmake")
check_required_components("@CPPDAP_TARGET_NAME@")
find_dependency(nlohmann_json CONFIG)