mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 00:38:27 +01:00 
			
		
		
		
	Added CMake "install" target (closes #1209)
This commit is contained in:
		| @@ -22,7 +22,11 @@ add_executable(MixedConfigurationTests | ||||
| 	enable_comments_0.cpp | ||||
| ) | ||||
|  | ||||
| target_link_libraries(MixedConfigurationTests catch) | ||||
| target_link_libraries(MixedConfigurationTests | ||||
| 	ArduinoJson | ||||
| 	catch | ||||
| ) | ||||
|  | ||||
| set_target_properties(MixedConfigurationTests PROPERTIES UNITY_BUILD OFF) | ||||
|  | ||||
| add_test(MixedConfiguration MixedConfigurationTests) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user