aboutsummaryrefslogtreecommitdiff
path: root/cmake/cpuinfo-config.cmake.in
blob: fd52c8ca95c4c4347d416f3abb7f9fceda84d6d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@PACKAGE_INIT@

get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
file(GLOB CONFIG_FILES "${_DIR}/cpuinfo-config-*.cmake")
foreach(f ${CONFIG_FILES})
  include(${f})
endforeach()

# ${_DIR}/cpuinfo-targets-*.cmake will be included here
include("${_DIR}/cpuinfo-targets.cmake")

check_required_components(@PROJECT_NAME@)