# Add the executable that uses the libraries
target_sources(mcds_lib_simple_test PRIVATE mcds_lib_simple_test_main.cpp)

# Link the executable to the libraries
target_link_libraries(mcds_lib_simple_test PRIVATE mcds_configurator mcds_decoder mcds_recorder)
