2025-08-03 10:13:27 -04:00
|
|
|
# cmake/MyLibraryConfig.cmake.in
|
|
|
|
|
include(CMakeFindDependencyMacro) # If your library has dependencies
|
|
|
|
|
# find_dependency(AnotherDependency REQUIRED) # Example dependency
|
|
|
|
|
|
2026-01-04 22:56:31 -05:00
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/akerror.cmake")
|