We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c41b6 commit 03a79dfCopy full SHA for 03a79df
1 file changed
src/modules/jackrack/CMakeLists.txt
@@ -53,9 +53,7 @@ set_target_properties(mltjackrack PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${MLT_MOD
53
add_library(mltladspa MODULE factory.c)
54
55
56
-generate_export_header(mltladspa
57
- EXPORT_MACRO_NAME MLTLADSPA_EXPORT
58
-)
+generate_export_header(mltladspa)
59
target_compile_options(mltladspa PRIVATE ${MLT_COMPILE_OPTIONS})
60
61
target_link_libraries(mltladspa PRIVATE mlt Threads::Threads)
0 commit comments