libeemd-cmake/examples/CMakeLists.txt

7 lines
173 B
CMake
Raw Normal View History

2025-03-18 16:28:43 +08:00
macro(add_example src)
add_executable(${src} ${src}.cpp)
target_link_libraries(${src} PUBLIC eemd)
endmacro()
add_example(eemd_example)
add_example(ceemdan_example)