set(SOURCES PhysicalPort.cpp
            PortInput.cpp
            PortManager.cpp
)

set(HEADERS PhysicalPort.h
            PortInput.h
            PortManager.h
)

core_add_library(games_ports_input)
