Skip to content

Commit abb3048

Browse files
author
mr.fantastic
committed
Making yml files explicit in openfx module CMakeLists
1 parent bdf57ca commit abb3048

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/modules/openfx/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ add_library(mltopenfx MODULE
44
filter_openfx.c
55
)
66

7-
file(GLOB YML "*.yml")
87
add_custom_target(Other_openfx_Files SOURCES
9-
${YML}
8+
filter_openfx.yml
109
)
1110

1211
target_compile_options(mltopenfx PRIVATE ${MLT_COMPILE_OPTIONS})

0 commit comments

Comments
 (0)