set(SOURCES
    connection.cpp
)

set(HEADERS
    connection.h
)

target_sources(${EXEC_NAME} PRIVATE ${SOURCES})