add a scalar range helper class

This commit is contained in:
2021-03-18 20:05:58 +01:00
parent f35954f219
commit 84bd115ebd
4 changed files with 346 additions and 4 deletions

View File

@@ -5,9 +5,8 @@ add_library(std_utils INTERFACE)
target_include_directories(std_utils INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/src")
# TODO: test
#if (BUILD_TESTING)
#add_subdirectory(test)
#endif()
if (BUILD_TESTING)
add_subdirectory(test)
endif()