mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-17 05:46:34 +01:00
scalar_range json serialization
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
add_executable(std_utils_test
|
||||
scalar_range2_test.cpp
|
||||
scalar_range2_json_test.cpp
|
||||
)
|
||||
|
||||
target_include_directories(std_utils_test PRIVATE ".")
|
||||
@@ -9,6 +10,7 @@ target_link_libraries(std_utils_test
|
||||
gmock
|
||||
|
||||
std_utils
|
||||
std_utils_serialize
|
||||
)
|
||||
|
||||
add_test(NAME std_utils_test COMMAND std_utils_test)
|
||||
|
||||
Reference in New Issue
Block a user