CMake package support (#205)

This commit is contained in:
Chuck Walbourn
2020-12-18 15:28:28 -08:00
committed by GitHub
parent 8871064fc7
commit 3a586bfa8d
2 changed files with 56 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
@PACKAGE_INIT@
include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake)
check_required_components("@PROJECT_NAME@")