blob: 6d23f63d3170f78559957dcabf9cc44db678ecee (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# absl CMake configuration file.
include(CMakeFindDependencyMacro)
find_dependency(Threads)
@PACKAGE_INIT@
include ("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|