diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
| commit | 20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch) | |
| tree | 2857f41513a56ad41af97b57362639298aa7f033 /cmake/HyBBXConfig.cmake.in | |
#2
Diffstat (limited to 'cmake/HyBBXConfig.cmake.in')
| -rw-r--r-- | cmake/HyBBXConfig.cmake.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cmake/HyBBXConfig.cmake.in b/cmake/HyBBXConfig.cmake.in new file mode 100644 index 0000000..6c0f9ef --- /dev/null +++ b/cmake/HyBBXConfig.cmake.in @@ -0,0 +1,11 @@ +@PACKAGE_INIT@ + +include(CMakeFindDependencyMacro) + +set(HYBBX_VERSION @PROJECT_VERSION@) + +if(NOT TARGET HyBBX::core) + include("${CMAKE_CURRENT_LIST_DIR}/HyBBXTargets.cmake") +endif() + +check_required_components(HyBBX) |
