cmake_minimum_required(VERSION 3.25) project(serial_psu) add_executable(psuSendReceive psuSendReceive.cpp)