]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/metaparse/example/calculator/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / metaparse / example / calculator / Jamfile.v2
1 project : requirements
2 <toolset>gcc:<cxxflags>-ftemplate-depth=512
3 <toolset>clang:<cxxflags>-ftemplate-depth=512
4 ;
5
6 exe calculator : main.cpp ;