mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
scalar_range json serialization
This commit is contained in:
@ -5,6 +5,19 @@ add_library(std_utils INTERFACE)
|
||||
|
||||
target_include_directories(std_utils INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||
|
||||
##############################
|
||||
|
||||
# curr only scalar_range
|
||||
add_library(std_utils_serialize INTERFACE)
|
||||
|
||||
target_include_directories(std_utils_serialize INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||
|
||||
target_link_libraries(std_utils_serialize INTERFACE
|
||||
nlohmann_json::nlohmann_json
|
||||
)
|
||||
|
||||
##############################
|
||||
|
||||
if (BUILD_TESTING)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user