sivarajankumar / screen3d

Automatically exported from code.google.com/p/screen3d
0 stars 0 forks source link

[Tools/Sbs] CMakePack #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
the CMakePack is an intermediate representation for the contents of 
CMakefiles.txt files generated by SBS. It has 2 goals :

1. Simplify writing of CMakefiles. For now, the single 
SBSCMakeFileGenerator.generate methods do the job.

2, Prepare the plugin architecture. CMakePack could be used by plugins to 
generate their own CMakeFiles, or to reuse existing one

Original issue reported on code.google.com by thoratou@gmail.com on 11 Oct 2010 at 10:08

GoogleCodeExporter commented 8 years ago
First version committed,
Not used yet

Original comment by thoratou@gmail.com on 6 Nov 2010 at 8:29

GoogleCodeExporter commented 8 years ago
Migrated to SBS Issues :

http://code.google.com/p/sbs/issues/list

Original comment by thoratou@gmail.com on 26 Nov 2010 at 11:53