Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
camtron.sublime-project-snippet 897 B
	{
					"name": "run",
					"shell_cmd": "bgs_demo -i ../../dataset/video.tar -a 100 -o ../../output -c ../../config/centerConfigFile.xml -p ../../config/camParam.xml | c++filt -t",
				},
				{
					"name": "clean",
					"shell_cmd": "make -j8 clean",
				},
				{
					"name": "run: single",
					"shell_cmd": "echo 'run...' && $file_base_name | c++filt -t",
				},
				{
					"name": "opencv: single",
					"shell_cmd": "echo 'build opencv single' && echo 'g++ -std=c++2a -ggdb $file -o $file_base_name `pkg-config --cflags --libs opencv4`' && g++ -std=c++2a -ggdb $file -o $file_base_name `pkg-config --cflags --libs opencv4`",
				},
				{
					"name": "json parser",
					"shell_cmd": "/usr/bin/g++ -std=c++2a -I/usr/include/nlohmann -fconcepts $file && $file_base_name ~/.config/user/bookmarx/bookmarks-m.json ~/.config/user/bookmarx/bookmarks-empty.json | c++filt -t && echo ''",
				},
}