cmake doesnt generate postbuild bat file except for Qt.
Ex:
.buildStep_PostBuild_Release = [ Using(.BaseConfig_Release) .PreBuildDependencies + { } Exec('INSTALL-PostBuild-Release1') { .ExecExecutable = 'C:/Windows/System32/cmd.exe' .ExecArguments = '/C INSTALL-PostBuild-Release1.bat' .ExecInput = { 'dummy-in' } .ExecUseStdOutAsOutput = true .ExecOutput = 'C:/Users/urza5/Documents/ISSofa/build/dummy-out-INSTALL-PostBuild-Release1.txt' } Alias('INSTALL-PostBuild-Release') { .Targets = { 'INSTALL-PostBuild-Release1' } } ]
INSTALL-PostBuild-Release1.bat doesn't exist
cmake doesnt generate postbuild bat file except for Qt.
Ex:
.buildStep_PostBuild_Release = [ Using(.BaseConfig_Release) .PreBuildDependencies + { } Exec('INSTALL-PostBuild-Release1') { .ExecExecutable = 'C:/Windows/System32/cmd.exe' .ExecArguments = '/C INSTALL-PostBuild-Release1.bat' .ExecInput = { 'dummy-in' } .ExecUseStdOutAsOutput = true .ExecOutput = 'C:/Users/urza5/Documents/ISSofa/build/dummy-out-INSTALL-PostBuild-Release1.txt' } Alias('INSTALL-PostBuild-Release') { .Targets = { 'INSTALL-PostBuild-Release1' } } ]INSTALL-PostBuild-Release1.bat doesn't exist