move uuid gen to util

This commit is contained in:
2024-04-12 19:44:24 +02:00
parent 9e30983b22
commit a5e67d0ee8
5 changed files with 2 additions and 97 deletions

View File

@@ -3,9 +3,6 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
########################################
add_library(message_fragment_store
./fragment_store/uuid_generator.hpp
./fragment_store/uuid_generator.cpp
./json/message_components.hpp # TODO: move
./json/tox_message_components.hpp # TODO: move