aboutsummaryrefslogtreecommitdiff
path: root/cmake/Config.cmake.in
blob: 3659cfa2a6268773e18ba9dd1252546ba1e105bf (plain)
1
2
3
4
5
6
7
8
9
10
11
@PACKAGE_INIT@

include (CMakeFindDependencyMacro)

find_dependency (Threads)

if (@BENCHMARK_ENABLE_LIBPFM@)
    find_dependency (PFM)
endif()

include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")