add_executable(enyx-tcp-emi-control
               main.cpp)

target_link_libraries(enyx-tcp-emi-control
    PRIVATE
        Boost::program_options
        enyx-cores
        enyx-cores-tools
        enyx-hw
        rt)

target_compile_definitions(enyx-tcp-emi-control
    PRIVATE
        "BIN_NAME=\"$<TARGET_FILE_NAME:enyx-tcp-emi-control>\"")

install(TARGETS
        enyx-tcp-emi-control
    DESTINATION
        ${CMAKE_INSTALL_FULL_BINDIR})
