Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant committed Oct 31, 2024
1 parent ecf21c6 commit 0009252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(NA_SOURCES ../deps/NeuralAudio/NeuralAudio/NeuralModel.h)

add_library(neural_amp_modeler MODULE ${SOURCES} ${NA_SOURCES})

target_link_libraries(neural_amp_modeler PUBLIC NeuralAudio)
target_link_libraries(neural_amp_modeler INTERFACE NeuralAudio)

source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${SOURCES})
source_group(NAM ${CMAKE_CURRENT_SOURCE_DIR} FILES ${NA_SOURCES})
Expand Down

0 comments on commit 0009252

Please sign in to comment.