mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Added CMake "install" target (closes #1209)
This commit is contained in:
		| @@ -11,5 +11,9 @@ add_executable(MsgPackSerializerTests | ||||
| 	serializeVariant.cpp | ||||
| ) | ||||
|  | ||||
| target_link_libraries(MsgPackSerializerTests catch) | ||||
| target_link_libraries(MsgPackSerializerTests | ||||
| 	ArduinoJson | ||||
| 	catch | ||||
| ) | ||||
|  | ||||
| add_test(MsgPackSerializer MsgPackSerializerTests) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user