ableton-link 0.1.0

Rust bindings for Ableton Link
Documentation
1
2
3
4
5
6
add_library(Catch::Catch IMPORTED INTERFACE)

set_property(TARGET Catch::Catch APPEND PROPERTY
  INTERFACE_INCLUDE_DIRECTORIES
  ${CMAKE_SOURCE_DIR}/third_party/catch
)