mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-06 19:50:11 +02:00
fixed binary copy deps
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ add_subdirectory(src)
|
|||||||
# create neural_amp_modeler.lv2
|
# create neural_amp_modeler.lv2
|
||||||
add_custom_target(copy_binaries ALL
|
add_custom_target(copy_binaries ALL
|
||||||
${CMAKE_COMMAND} -E copy "$<TARGET_FILE:neural_amp_modeler>" neural_amp_modeler.lv2/
|
${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)
|
configure_file(resources/manifest.ttl.in neural_amp_modeler.lv2/manifest.ttl)
|
||||||
|
|||||||
Reference in New Issue
Block a user