NativeInstruments / ni-media

NI Media is a C++ library for reading and writing audio streams.
MIT License
235 stars 34 forks source link

Cmake export dependencies #36

Closed marcrambo closed 4 years ago

marcrambo commented 4 years ago

ni-mediaConfig.cmake now pulls in used dependencies via find_package calls, so this doesn't need to be done on the client side anymore. Added version 0.1.0

codecov-io commented 4 years ago

Codecov Report

Merging #36 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   86.16%   86.16%           
=======================================
  Files          96       96           
  Lines        1843     1843           
=======================================
  Hits         1588     1588           
  Misses        255      255

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 40469cc...bcfa482. Read the comment docs.