mirror of
https://github.com/google/benchmark.git
synced 2024-12-26 20:40:21 +08:00
8 lines
144 B
CMake
8 lines
144 B
CMake
@PACKAGE_INIT@
|
|
|
|
include (CMakeFindDependencyMacro)
|
|
|
|
find_dependency (Threads)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
|