target_sources(${PROJECT_NAME} PRIVATE game_client.c transactions.c ) add_executable( gameServer server.c transactions.c main.c )