⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 options.jam

📁 C++的一个好库。。。现在很流行
💻 JAM
字号:
# copyright John Maddock 2003

#
# this template defines the options common to
# all config builds and tests:
#
template config_options
   : # sources
   : # requirements
     <sysinclude>$(BOOST_ROOT)
     # como requires access to <windows.h>:
     <como-win32><*><no-warn>
     # threading tests require thread support turned on:
     <threading>multi
   ;

template config_test_options
   : # sources
     <lib>../../test/build/boost_test_exec_monitor 
     <template>config_options
   ;
 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -