Files
libakstdlib/cmake/akstdlib.cmake.in

6 lines
229 B
CMake
Raw 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}/akstdlibTargets.cmake")