externals: stb: Split library into cpp file
This commit is contained in:
		
							
								
								
									
										2
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							@@ -168,7 +168,7 @@ if (NOT TARGET LLVM::Demangle)
 | 
				
			|||||||
    add_library(LLVM::Demangle ALIAS demangle)
 | 
					    add_library(LLVM::Demangle ALIAS demangle)
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_library(stb stb/stb_dxt.cpp)
 | 
					add_library(stb stb/stb_dxt.cpp stb/stb_image.cpp stb/stb_image_resize.cpp)
 | 
				
			||||||
target_include_directories(stb PUBLIC ./stb)
 | 
					target_include_directories(stb PUBLIC ./stb)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_library(bc_decoder bc_decoder/bc_decoder.cpp)
 | 
					add_library(bc_decoder bc_decoder/bc_decoder.cpp)
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										7529
									
								
								externals/stb/stb_image.cpp
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										7529
									
								
								externals/stb/stb_image.cpp
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										7218
									
								
								externals/stb/stb_image.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7218
									
								
								externals/stb/stb_image.h
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										2282
									
								
								externals/stb/stb_image_resize.cpp
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2282
									
								
								externals/stb/stb_image_resize.cpp
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										2213
									
								
								externals/stb/stb_image_resize.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2213
									
								
								externals/stb/stb_image_resize.h
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user