Batchmake developers

From KitwarePublic
Jump to navigationJump to search

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
  • In the header file bmScriptActionManager.h :
    • Include the header of your class
#include "bmScriptNewCommadAction.h")
    • In the GetKeywordList() function, add a new keyword
BM_NEWKEYWORD(_list, DownloadXcedeDataSet);