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:
		| @@ -15,7 +15,11 @@ add_executable(MiscTests | ||||
| 	version.cpp | ||||
| ) | ||||
|  | ||||
| target_link_libraries(MiscTests catch) | ||||
| target_link_libraries(MiscTests | ||||
| 	ArduinoJson | ||||
| 	catch | ||||
| ) | ||||
|  | ||||
| set_target_properties(MiscTests PROPERTIES UNITY_BUILD OFF) | ||||
|  | ||||
| add_test(Misc MiscTests) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user