generated from sigonasr2/CPlusPlusProjectTemplate
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			245 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			245 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| export AUTO_UPDATE=true
 | |
| 
 | |
| source utils/define.sh
 | |
| 
 | |
| define PROJECT_NAME "C++ProjectTemplate"
 | |
| define CUSTOM_PARAMS "-std=c++17 -lX11 -lGL -lpthread -lpng -lstdc++fs -lpulse -lpulse-simple -O3 -s -DNDEBUG"
 | |
| define LANGUAGE "C++"
 | |
| 
 | |
| source utils/main.sh
 |