Sublime-Text macOS 编译运行armadillo

{
    "cmd" : ["g++ -std=c++14 -Wall -larmadillo -framework Accelerate ${file_name} -o ${file_base_name} && ./${file_base_name}"], 
    "selector" : "source.c",
    "shell": true,
    "working_dir" : "$file_path"
}

猜你喜欢

转载自www.cnblogs.com/yaos/p/10506014.html
今日推荐