Editor console basics and more dependencies
Added basics of an editor console, Added YAML-CPP as a dependency of the editor , Added NativeFileDialog as a dependency
This commit is contained in:
		
							
								
								
									
										13
									
								
								yaml-cpp/premake5.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								yaml-cpp/premake5.lua
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,13 @@
 | 
			
		||||
project "yaml-cpp"
 | 
			
		||||
kind "StaticLib"
 | 
			
		||||
 | 
			
		||||
buildmessage "Building YAML parser ..."
 | 
			
		||||
 | 
			
		||||
includedirs{
 | 
			
		||||
    "../libs/yaml-cpp/include"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
files{
 | 
			
		||||
    "../libs/yaml-cpp/src/*.h",
 | 
			
		||||
    "../libs/yaml-cpp/src/*.cpp"
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user