Batchmake developers: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 6: | Line 6: | ||
* Don't forget to add it to the CMakeLists | * Don't forget to add it to the CMakeLists | ||
* Include the header of your class in the file bmScriptActionManager.h | * Include the header of your class in the file bmScriptActionManager.h | ||
** #include "bmScriptNewCommadAction.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
- #include "bmScriptNewCommadAction.h"