mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Moved build output to bin/ and lib/
This commit is contained in:
		
							
								
								
									
										14
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,15 +1,5 @@ | |||||||
| *.sdf |  | ||||||
| *.user |  | ||||||
| *.suo |  | ||||||
| *.opensdf |  | ||||||
| *.vcxproj |  | ||||||
| *.vcxproj.filters |  | ||||||
| *.sln |  | ||||||
| *.cmake |  | ||||||
| *.stamp |  | ||||||
| *.stamp.depend |  | ||||||
| .DS_Store | .DS_Store | ||||||
| Debug |  | ||||||
| ipch |  | ||||||
| /.idea | /.idea | ||||||
| /build | /build | ||||||
|  | /bin | ||||||
|  | /lib | ||||||
|   | |||||||
| @@ -3,5 +3,9 @@ project(ArduinoJson) | |||||||
|  |  | ||||||
| enable_testing() | enable_testing() | ||||||
|  |  | ||||||
|  | set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/lib) | ||||||
|  | set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/lib) | ||||||
|  | set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin) | ||||||
|  |  | ||||||
| add_subdirectory(src) | add_subdirectory(src) | ||||||
| add_subdirectory(test) | add_subdirectory(test) | ||||||
		Reference in New Issue
	
	Block a user