macro(add_example src) add_executable(${src} ${src}.cpp) target_link_libraries(${src} PUBLIC eemd) endmacro() add_example(eemd_example) add_example(ceemdan_example)