7 lines
137 B
CMake
7 lines
137 B
CMake
|
|
# absl CMake configuration file.
|
||
|
|
|
||
|
|
include(FindThreads)
|
||
|
|
|
||
|
|
@PACKAGE_INIT@
|
||
|
|
|
||
|
|
include ("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|