blob: bf8c4f6a0ec99a635535c34799df312d0baa18bf (
plain) (
blame)
1
2
3
4
5
6
|
## absl CMake configuration file. Note that there is no corresponding
# abslConfigVersion.cmake since non-LTS Abseil isn't versioned.
@PACKAGE_INIT@
include ("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|