mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-07 04:00:09 +02:00
another try to get both linux and windows builds working
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ set(SOURCES nam_lv2.cpp
|
||||
|
||||
set(NA_SOURCES ../deps/NeuralAudio/NeuralAudio/NeuralModel.h)
|
||||
|
||||
add_library(neural_amp_modeler MODULE ${SOURCES} ${NA_SOURCES})
|
||||
add_library(neural_amp_modeler STATIC ${SOURCES} ${NA_SOURCES})
|
||||
|
||||
target_link_libraries(neural_amp_modeler INTERFACE NeuralAudio)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user