mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 00:32:37 +01:00 
			
		
		
		
	CMake: gathered all build flags in a dedicated file
This commit is contained in:
		| @@ -13,35 +13,7 @@ endif() | ||||
| add_subdirectory(src) | ||||
|  | ||||
| if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING) | ||||
|  | ||||
| 	if(CMAKE_CXX_COMPILER_ID STREQUAL  "GNU") | ||||
| 		if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.8) | ||||
| 			add_compile_options(-g -Og) | ||||
| 		else() | ||||
| 			add_compile_options(-g -O0) | ||||
| 		endif() | ||||
| 	endif() | ||||
|  | ||||
| 	if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang") | ||||
| 		if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.0) | ||||
| 			add_compile_options(-g -Og) | ||||
| 		else() | ||||
| 			add_compile_options(-g -O0) | ||||
| 		endif() | ||||
| 	endif() | ||||
|  | ||||
| 	if(CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang") | ||||
| 		if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 9.0) | ||||
| 			add_compile_options(-g -Og) | ||||
| 		else() | ||||
| 			add_compile_options(-g -O0) | ||||
| 		endif() | ||||
| 	endif() | ||||
|  | ||||
| 	if(${COVERAGE}) | ||||
| 		set(CMAKE_CXX_FLAGS "-fprofile-arcs -ftest-coverage") | ||||
| 	endif() | ||||
|  | ||||
| 	include(extras/CompileOptions.cmake) | ||||
| 	add_subdirectory(extras/tests) | ||||
| 	add_subdirectory(extras/fuzzing) | ||||
| endif() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user