fixed binary copy deps

This commit is contained in:
Mike Oliphant
2023-03-09 14:26:50 -08:00
parent 08ee52b46a
commit bd6b12c399
+1 -1
View File
@@ -28,7 +28,7 @@ add_subdirectory(src)
# create neural_amp_modeler.lv2
add_custom_target(copy_binaries ALL
${CMAKE_COMMAND} -E copy "$<TARGET_FILE:neural_amp_modeler>" neural_amp_modeler.lv2/
DEPENDS neural-amp-modeler
DEPENDS neural_amp_modeler
)
configure_file(resources/manifest.ttl.in neural_amp_modeler.lv2/manifest.ttl)