9 lines
176 B
CMake
Raw Permalink Normal View History

2022-10-21 11:00:34 +08:00
# absl CMake configuration file.
include(CMakeFindDependencyMacro)
find_dependency(Threads)
@PACKAGE_INIT@
include ("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")