ADD: added Sensor virtual PArent class
This commit is contained in:
@@ -57,8 +57,9 @@ add_library(SimCore STATIC
|
||||
|
||||
include/SimCore/UtilFunctions.hpp
|
||||
src/SimCore/UtilFunctions.cpp
|
||||
|
||||
|
||||
|
||||
include/SimCore/Sensor.hpp
|
||||
src/SimCore/Sensor.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(SimCore
|
||||
@@ -131,6 +132,10 @@ IF (${TEST_SIMCORE_LIBRARY})
|
||||
target_link_libraries(test_UtilFunctions Catch2::Catch2 SimCore loguru)
|
||||
catch_discover_tests(test_UtilFunctions)
|
||||
|
||||
add_executable(test_SensorClass tests/test_SensorClass.cpp)
|
||||
target_link_libraries(test_SensorClass Catch2::Catch2 SimCore loguru)
|
||||
catch_discover_tests(test_SensorClass)
|
||||
|
||||
|
||||
|
||||
ENDIF()
|
||||
|
||||
Reference in New Issue
Block a user