Files
libakerror/cmake/akerror.cmake.in

6 lines
228 B
CMake
Raw Permalink Normal View History

# cmake/MyLibraryConfig.cmake.in
include(CMakeFindDependencyMacro) # If your library has dependencies
# find_dependency(AnotherDependency REQUIRED) # Example dependency
include("${CMAKE_CURRENT_LIST_DIR}/akerrorTargets.cmake")