Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
camtron.sublime-project 1.22 KiB
{
	"folders":
	[
		{
			"path": ".",
		},
		{
			"path": "~/dox/idiv/camtron",
			"name": "doxdox"
		},
		{
			"path": "../dox",
			"name": "dox"
		},
	],
	"settings":
	{
		"tab_size": 3,
		// "cmake":
		// {
		// 	"build_folder": "$folder/build",
		// },
	},
	"build_systems":
	[
		{
			"file_regex": "(.+[^:]):(\\d+):(\\d+): (?:fatal )?((?:error|warning): .+)$",
			"name": "camtron (Linux)",
			"shell_cmd": "make -j8",
			"syntax": "Packages/CMakeBuilder/Syntax/Make.sublime-syntax",
			"variants":
			[
				{
					"name": "clean",
					"shell_cmd": "make -j8 clean",
				},
				{
					"name": "install/strip",
					"shell_cmd": "make -j8 install/strip",
				},
				{
					"name": "install/local",
					"shell_cmd": "make -j8 install/local",
				},
				{
					"name": "bgslibrary",
					"shell_cmd": "make -j8 bgslibrary",
				},
				{
					"name": "install",
					"shell_cmd": "make -j8 install",
				},
				{
					"name": "list_install_components",
					"shell_cmd": "make -j8 list_install_components",
				},
				{
					"name": "rebuild_cache",
					"shell_cmd": "make -j8 rebuild_cache",
				},
				{
					"name": "bgslibrary_core",
					"shell_cmd": "make -j8 bgslibrary_core",
				},
			],
			"working_dir": "$folder/build",
		}
	],
}