51 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
    "folders":
 | 
						|
    [
 | 
						|
        {
 | 
						|
            "path":".",
 | 
						|
            "name":"Project Base"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "path": "src",
 | 
						|
            "name": "C Source",
 | 
						|
            "follow_symlinks": false,
 | 
						|
            "file_include_patterns":["*.c"],
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "path": "include",
 | 
						|
            "name": "C Headers",
 | 
						|
            "follow_symlinks": false,
 | 
						|
            "file_include_patterns":["*.h"],
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "path": "tests",
 | 
						|
            "name": "Tests",
 | 
						|
        }
 | 
						|
        {
 | 
						|
            "path": "rsrc",
 | 
						|
            "name": "Resource Files",
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "settings":
 | 
						|
    {
 | 
						|
    },
 | 
						|
    "build_systems":
 | 
						|
    [
 | 
						|
        {
 | 
						|
            "name": "Release (full build)",
 | 
						|
            "working_dir":"$project_path",
 | 
						|
            "shell_cmd": "make clean all",
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "Debug (full build)",
 | 
						|
            "working_dir":"$project_path",
 | 
						|
            "shell_cmd": "make clean debug",
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "Test",
 | 
						|
            "working_dir":"$project_path",
 | 
						|
            "shell_cmd": "bin/${project_base_name}_tests}",
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |