~pimvullers/euclide/fix-983560

« back to all changes in this revision

Viewing changes to euclidecore/CMake/Parser.vala

  • Committer: xapantu
  • Date: 2012-02-12 11:34:39 UTC
  • Revision ID: xapantu@gmail.com-20120212113439-1nco89yvg4nx2ktj
Handle arguments

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
 
140
140
public class Euclide.CMake.Parser : Euclide.CMake.BaseParser
141
141
{
 
142
    public string arguments {set; get;}
 
143
    
142
144
    public Project project;
143
145
    public Cache cache;
144
146
    public Parser(string filename_, Project? proj = null)