📄 jamfile.v2
字号:
# Bayes++ Jamfile - See Boost.build v2# BayesFilter - The Bayesian filtering library# Propagated usage requirementsproject BayesFilter : usage-requirements <include>".." # Library headers are refered to as "BayesFilter/xxx.hpp" <toolset>msvc:<define>"_SECURE_SCL_DEPRECATE=0";# Base names of the source files for BayesFilterCPP_SOURCES = bayesFlt bayesFltAlg matSup UdU covFlt infFlt infRtFlt itrFlt SIRFlt UDFlt unsFlt CIFlt ;# Declare the BayesFilter static link librarylib BayesFilter : $(CPP_SOURCES).cpp : <link>static <toolset>msvc:<define>"_SECURE_SCL_DEPRECATE=0" <toolset>gcc:<cxxflags>"-Wall" <toolset>intel:<cxxflags>"-mp1" # Require IEEE NaN comparisons# <toolset>gcc:<cxxflags>"-pedantic" # Pedantic checks for validation with GCC (will include long long warnings);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -