Add cUUID class (#3871)
This commit is contained in:
committed by
Alexander Harkness
parent
86d52c3e17
commit
f4f2fc7c3d
@@ -19,6 +19,7 @@ set (SHARED_HDRS
|
||||
|
||||
set (SRCS
|
||||
ByteBufferTest.cpp
|
||||
Stubs.cpp
|
||||
)
|
||||
|
||||
source_group("Shared" FILES ${SHARED_SRCS} ${SHARED_HDRS})
|
||||
|
||||
16
tests/ByteBuffer/Stubs.cpp
Normal file
16
tests/ByteBuffer/Stubs.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
// Stubs.cpp
|
||||
|
||||
// Implements stubs of various Cuberite methods that are needed for linking but not for runtime
|
||||
// This is required so that we don't bring in the entire Cuberite via dependencies
|
||||
|
||||
#include "Globals.h"
|
||||
#include "UUID.h"
|
||||
|
||||
|
||||
|
||||
|
||||
void cUUID::FromRaw(const std::array<Byte, 16> &){}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user