spoa-sys 0.2.1

Low-level bindings to the spoa C++ library.
Documentation
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@")