ADD: added UUID generation as part of the identifier
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user