Fix bug in CMake installation that prevented users from finding the headers via cmake/pkgconfig

This commit is contained in:
2026-01-12 08:32:29 -05:00
parent cb9af93e0b
commit 6acae958ff
2 changed files with 11 additions and 1 deletions

View File

@@ -2,4 +2,4 @@
include(CMakeFindDependencyMacro) # If your library has dependencies
# find_dependency(AnotherDependency REQUIRED) # Example dependency
include("${CMAKE_CURRENT_LIST_DIR}/akerror.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/akerrorTargets.cmake")