forked from bblanchon/ArduinoJson
Added ARDUINOJSON_ENABLE_NAN
to enable NaN in JSON (closes #973)
This commit is contained in:
@ -12,6 +12,8 @@ add_executable(MixedConfigurationTests
|
||||
use_double_1.cpp
|
||||
use_long_long_0.cpp
|
||||
use_long_long_1.cpp
|
||||
enable_nan_0.cpp
|
||||
enable_nan_1.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(MixedConfigurationTests catch)
|
||||
|
Reference in New Issue
Block a user