Catch2, ghc-filesystem, lv2 headers and VST3SDK sources preinstalled system packages can be used, optionally and where available, to build sfizz via CMake options: SFIZZ_USE_SYSTEM_CATCH SFIZZ_USE_SYSTEM_GHC_FS SFIZZ_USE_SYSTEM_LV2 SFIZZ_USE_SYSTEM_VST3SDK
9 lines
242 B
Turtle
9 lines
242 B
Turtle
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
|
|
<http://lv2plug.in/ns/extensions/units>
|
|
a lv2:Specification ;
|
|
lv2:minorVersion 5 ;
|
|
lv2:microVersion 12 ;
|
|
rdfs:seeAlso <units.ttl> .
|
|
|