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
View File
@@ -17,6 +17,7 @@ else()
message(FATAL_ERROR "Unrecognized Platform!")
endif()
set(NAM_LV2_ID http://github.com/mikeoliphant/neural-amp-modeler-lv2)
include_directories(SYSTEM eigen)
include_directories(SYSTEM lv2/include)