• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# absl CMake configuration file.
2
3include(CMakeFindDependencyMacro)
4find_dependency(Threads)
5
6@PACKAGE_INIT@
7
8include ("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
9