10 lines
		
	
	
		
			339 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			339 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Automatically generated CMakeLists, created by the Projucer
 | 
						|
# Do not edit this file! Your changes will be overwritten when you re-save the Projucer project!
 | 
						|
 | 
						|
cmake_minimum_required (VERSION 3.4.1)
 | 
						|
 | 
						|
if (NOT CMAKE_BUILD_TYPE)
 | 
						|
    set (CMAKE_BUILD_TYPE "Debug"  CACHE STRING "Choose the type of build." FORCE)
 | 
						|
endif (NOT CMAKE_BUILD_TYPE)
 | 
						|
 |