Remove uuidv4
This commit is contained in:
@@ -58,11 +58,7 @@ CPMAddPackage(
|
||||
URL https://git.redacted.cc/Redacted/SOIL/archive/v1.0.zip
|
||||
)
|
||||
|
||||
#MIT License.
|
||||
CPMAddPackage(
|
||||
NAME uuid_v4
|
||||
URL https://github.com/RedactedSoftware/uuid_v4/archive/refs/tags/v3.zip
|
||||
)
|
||||
#TODO In-house replacement for uuidv4 because it caused compilation issues on riscv64gc.
|
||||
|
||||
CPMAddPackage(
|
||||
NAME glad
|
||||
|
@@ -6,9 +6,9 @@ set_target_properties(Re3D-RuntimeTest PROPERTIES LINK_FLAGS "-Wl,-rpath,./lib")
|
||||
|
||||
# TODO: Link all applicable dependencies to Re3D directly
|
||||
if(UNIX AND NOT APPLE)
|
||||
target_link_libraries(Re3D-RuntimeTest PUBLIC Re3D ReWindowLibrary ReHardwareID J3ML soil uuid_v4 GL glad Collage JGL archive)
|
||||
target_link_libraries(Re3D-RuntimeTest PUBLIC Re3D ReWindowLibrary ReHardwareID J3ML soil GL glad Collage JGL archive)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(Re3D-RuntimeTest PUBLIC Re3D ReWindowLibrary ReHardwareID J3ML soil uuid_v4 GL Collage glad archive)
|
||||
target_link_libraries(Re3D-RuntimeTest PUBLIC Re3D ReWindowLibrary ReHardwareID J3ML soil GL Collage glad archive)
|
||||
endif()
|
||||
|
@@ -1,7 +1,6 @@
|
||||
#include <types/entity/entity.h>
|
||||
#include <engine/occlusion.h>
|
||||
#include <types/entity/camera.h>
|
||||
#include <uuid_v4.h>
|
||||
#include <engine/engine.h>
|
||||
#include <engine/utils/instanceOf.h>
|
||||
|
||||
|
Reference in New Issue
Block a user