Batchmake developers: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 3: Line 3:
= Add new command to BatchMake =
= Add new command to BatchMake =


* Add class...
* Add a new class (bmScriptNewCommadAction.h, and bmScriptNewCommadAction.cxx)
* Add ...
* Don't forget to add it to the CMakeLists
*
* Include the header of your class in the file bmScriptActionManager.h

Revision as of 19:50, 21 January 2008

Documentation for Developers.

Add new command to BatchMake

  • Add a new class (bmScriptNewCommadAction.h, and bmScriptNewCommadAction.cxx)
  • Don't forget to add it to the CMakeLists
  • Include the header of your class in the file bmScriptActionManager.h