jamfile
来自「良好的代码实现」· 代码 · 共 20 行
TXT
20 行
# Bayes++ Jamfile - See Boost.build# Project root.# The project root simply includes all the subprojects. The BayesFilter library# and examples.project-root ;subinclude BayesFilter ;subinclude Simple ;subinclude PV ;subinclude QuadCalib ;# Produce the BayesFilter static libraries in a convenient target location named "lib"# The debug build is given a "d" suffix, release "r" suffixstage lib : <lib>BayesFilter/BayesFilter : <tag><debug>"d" <tag><release>"r" : debug release;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?