mirror of
				https://github.com/nyanmisaka/mpp.git
				synced 2025-10-31 12:36:44 +08:00 
			
		
		
		
	 c6d93bd1b9
			
		
	
	c6d93bd1b9
	
	
	
		
			
			git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@315 6e48237b-75ef-9749-8fc9-41990f28c85a
		
			
				
	
	
		
			8 lines
		
	
	
		
			277 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			277 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # vim: syntax=cmake
 | |
| # ----------------------------------------------------------------------------
 | |
| # add libvpu implement
 | |
| # ----------------------------------------------------------------------------
 | |
| add_library(utils STATIC
 | |
|     utils.c
 | |
|     )
 | |
| target_link_libraries(utils osal) |