ADD: added a simple threadsafe map class
This commit is contained in:
@@ -38,6 +38,10 @@ add_library(SimCore STATIC
|
||||
include/SimCore/Position.hpp
|
||||
src/SimCore/Position.cpp
|
||||
|
||||
include/SimCore/SafeMap.hpp
|
||||
src/SimCore/SafeMap.cpp
|
||||
|
||||
|
||||
)
|
||||
|
||||
target_link_libraries(SimCore
|
||||
@@ -89,5 +93,8 @@ IF (${TEST_SIMCORE_LIBRARY})
|
||||
target_link_libraries(test_TrackClass Catch2::Catch2 SimCore eigen loguru)
|
||||
catch_discover_tests(test_TrackClass)
|
||||
|
||||
add_executable(test_SafeMap tests/test_SafeMap.cpp)
|
||||
target_link_libraries(test_SafeMap Catch2::Catch2 SimCore loguru)
|
||||
catch_discover_tests(test_SafeMap)
|
||||
|
||||
ENDIF()
|
||||
|
||||
Reference in New Issue
Block a user