mirror of
				https://gitee.com/jiuyilian/embedded-framework.git
				synced 2025-10-24 18:20:15 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			192 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			192 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| 
 | |
| if(${TARGET_PLATFORM} MATCHES ${DEFINE_LINUX})
 | |
|     SET(SET_ARCH "x86")
 | |
| else()
 | |
|     SET(SET_ARCH "arm")
 | |
| endif()
 | |
| 
 | |
| SET(LIB_TYPE "static")
 | |
| SET(GOAHEAD_INCLUDE_PATH "linux-${SET_ARCH}-${LIB_TYPE}") | 
