aboutsummaryrefslogtreecommitdiff
path: root/plugins/CppnExplorer/CppnExplorer.sublime-project
blob: dee3d7f0e3938aefabf1d0a222c2f372f721efed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
    "build_systems":
    [
        {
            "cmd":
            [
                "make",
                "-C",
                "${project_path}"
            ],
            "name": "Build"
        },
        {
            "cmd":
            [
                "make",
                "clean",
                "-C",
                "${project_path}"
            ],
            "name": "Clean"
        }
    ],
    "folders":
    [
        {
            "file_exclude_patterns":
            [
                "*.sublime-project",
                "*.sublime-workspace"
            ],
            "folder_exclude_patterns":
            [
                "obj",
                "lib",
                "Algorithm Documentation"
            ],
            "path": "."
        }
    ]
}