sb/windows: Add the optional cmake command.

This commit is contained in:
Chris Johns 2019-10-25 09:15:42 +11:00
parent 591deae6d7
commit a9815d91f0

View File

@ -102,6 +102,7 @@ def load():
'__chgrp': ('exe', 'required', 'chgrp'),
'__chmod': ('exe', 'required', 'chmod'),
'__chown': ('exe', 'required', 'chown'),
'__cmake': ('exe', 'optional', 'cmake'),
'__cp': ('exe', 'required', 'cp'),
'__cvs': ('exe', 'optional', 'cvs'),
'__cxx': ('exe', 'required', cxx),