Use cmake variable for lv2 plugin id

This commit is contained in:
Mike Oliphant
2023-03-09 08:03:10 -08:00
parent 6f2f7921cc
commit cad0b0dd15
3 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
<http://github.com/mikeoliphant/neural-amp-modeler-lv2>
<@NAM_LV2_ID@>
a lv2:Plugin;
lv2:binary <neural_amp_modeler@CMAKE_SHARED_MODULE_SUFFIX@>;
rdfs:seeAlso <neural_amp_modeler.ttl>.