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