Print this page


Split Close
Expand all
Collapse all
          --- old/CMakeLists.txt
          +++ new/CMakeLists.txt
↓ open down ↓ 73 lines elided ↑ open up ↑
  74   74          post.c
  75   75          post_index.c
  76   76          post_nv.c
  77   77  
  78   78          # post - format 3
  79   79          ${FLEX_fmt3_OUTPUTS} ${BISON_fmt3_OUTPUTS}
  80   80          post_fmt3_cmds.c
  81   81          listing.c
  82   82          mangle.c
  83   83  
       84 +        # post - format 4
       85 +        # XXX KEBE ASKS -- any clever way to pin an external library?
       86 +        post_fmt4.c
       87 +
  84   88          # templates
  85   89          ${FLEX_tmpl_OUTPUTS} ${BISON_tmpl_OUTPUTS}
  86   90          render.c
  87   91          pipeline.c
  88   92  
  89   93          # nvlist related things
  90   94          nvl.c
  91   95          vars.c
  92   96  
  93   97          # misc
↓ open down ↓ 69 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX