Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
abseil-cpp
/
CMake
/
abslConfig.cmake.in
blob: 62d246d01e002e725361651c3613f86164867f4d [
file
] [
log
] [
blame
]
# absl CMake configuration file.
include
(
CMakeFindDependencyMacro
)
find_dependency
(
Threads
)
@PACKAGE_INIT@
include
(
"${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake"
)