mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			284 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			284 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # ArduinoJson - arduinojson.org
 | |
| # Copyright Benoit Blanchon 2014-2019
 | |
| # MIT License
 | |
| 
 | |
| if(MSVC)
 | |
| 	add_compile_options(-D_CRT_SECURE_NO_WARNINGS)
 | |
| endif()
 | |
| 
 | |
| add_executable(msgpack_fuzzer
 | |
| 	msgpack_fuzzer.cpp
 | |
| 	fuzzer_main.cpp
 | |
| )
 | |
| 
 | |
| add_executable(json_fuzzer
 | |
| 	json_fuzzer.cpp
 | |
| 	fuzzer_main.cpp
 | |
| )
 |