Build raylib as part of the normal build process
This commit is contained in:
		
							
								
								
									
										4
									
								
								build
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								build
									
									
									
									
									
								
							@@ -1,3 +1,7 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cmake -S raylib-src -B raylib-build -DCMAKE_INSTALL_PREFIX=raylib -DCMAKE_CONFIGURATION_TYPES=Release -DBUILD_SHARED_LIBS=ON -G "Ninja Multi-Config"
 | 
				
			||||||
 | 
					cmake --build raylib-build --config=Release
 | 
				
			||||||
 | 
					cmake --install raylib-build --config=Release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bear -- make
 | 
					bear -- make
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user