File: Config.cmake.in

package info (click to toggle)
spoa 4.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: cpp: 4,552; makefile: 32; sh: 10
file content (12 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
if (@spoa_use_cereal@)
  find_dependency(cereal)
endif ()
if (@spoa_generate_dispatch@)
  find_dependency(CpuFeatures)
endif ()

include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")