Skip to content

Commit 7326960

Browse files
committed
another try to get both linux and windows builds working
1 parent 0009252 commit 7326960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(SOURCES nam_lv2.cpp
1010

1111
set(NA_SOURCES ../deps/NeuralAudio/NeuralAudio/NeuralModel.h)
1212

13-
add_library(neural_amp_modeler MODULE ${SOURCES} ${NA_SOURCES})
13+
add_library(neural_amp_modeler STATIC ${SOURCES} ${NA_SOURCES})
1414

1515
target_link_libraries(neural_amp_modeler INTERFACE NeuralAudio)
1616

0 commit comments

Comments
 (0)