abslConfig.cmake.in 176 B

12345678
  1. # absl CMake configuration file.
  2. include(CMakeFindDependencyMacro)
  3. find_dependency(Threads)
  4. @PACKAGE_INIT@
  5. include ("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")