libmysofa-sys 0.2.1

Low level binding for libmysofa library
Documentation
1
2
3
4
5
6
7
8
9
10
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)

# ZLIB is a private link dependency of mysofa-static.
find_dependency(ZLIB)

include(${CMAKE_CURRENT_LIST_DIR}/mysofaTargets.cmake)

check_required_components(mysofa)