summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/metaparse/example/meta_hs/Jamfile.v2
blob: 84d5c3c12cb8804e64631a7d7292fc09bd31bb84 (plain)
1
2
3
4
5
6
7
8
9
10
11
project meta_hs :
  requirements
    <include>.
    <toolset>gcc:<cxxflags>-ftemplate-depth=512
    <toolset>clang:<cxxflags>-ftemplate-depth=512
  ;

exe handcrafted : main_handcrafted.cpp ;
exe in_haskell : main_in_haskell.cpp ;