ADD: added UUID generation as part of the identifier

This commit is contained in:
Henry Winkel
2023-03-30 10:21:56 +02:00
parent 7dbab562d1
commit 2f1d67b17a
11 changed files with 187 additions and 12 deletions

View File

@@ -8,6 +8,12 @@ IF(NOT TARGET Catch2)
include(libs/Catch2/contrib/Catch.cmake)
ENDIF()
IF(NOT TARGET crossguid)
set(CROSSGUID_TESTS OFF CACHE INTERNAL "")
add_subdirectory(libs/crossguid EXCLUDE_FROM_ALL)
ENDIF()
IF(NOT TARGET eigen)
set(EIGEN_BUILD_DOC OFF CACHE INTERNAL "")
add_subdirectory(libs/eigen EXCLUDE_FROM_ALL)
@@ -92,6 +98,7 @@ loguru
libprotobuf
eigen
GeographicLib
crossguid
)
# add_dependencies(SimCore protoc)