mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			308 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			308 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # Update from https://github.com/nothings/stb
 | |
| add_library(Stb STATIC)
 | |
| target_sources(Stb PRIVATE stb_rect_pack.c stb_vorbis.c)
 | |
| target_sources(Stb PUBLIC include/stb_rect_pack.h include/stb_vorbis.h)
 | |
| target_include_directories(Stb PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
 | |
| add_library(Stb::Stb ALIAS Stb)
 | 
