Skip to content
Snippets Groups Projects
Commit 1a812213 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

uuid: move into libcore

libuuid used to be a separate library since
de11d68a ("CMake: refactor
dependencies of internal libraries").

Unclear what was it done for. The commit says "fir unit tests".
But they perfectly fine can depend on libcore like many of them
do already.

Because of libuuid being a separate library, libcore can't use
tt_uuid, because that would be a cyclic dependency. And that won't
allow to introduce tt_uuid-dependent API in a next patch.

Hence libuuid is merged into libcore.

Needed for #5568
parent d77232d7
No related branches found
No related tags found
No related merge requests found
Showing with 20 additions and 20 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment