
add_executable(forward-capture-complex capture-complex.cpp)
target_link_libraries(forward-capture-complex common)
install(TARGETS forward-capture-complex DESTINATION bin)

add_executable(forward-capture-complex-fd2110 capture-complex-fd2110.cpp)
target_link_libraries(forward-capture-complex-fd2110 common)
install(TARGETS forward-capture-complex-fd2110 DESTINATION bin)
