mirror of
https://github.com/google/benchmark.git
synced 2025-03-22 07:00:07 +08:00
6 lines
128 B
CMake
6 lines
128 B
CMake
include (CMakeFindDependencyMacro)
|
|
|
|
find_dependency (Threads)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
|