ENH: Enable Command Line Arguments

This commit is contained in:
Andy Cedilnik 2004-09-28 17:51:50 -04:00
parent 6972cdf9e9
commit a58b87378d
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ SET(KWSYS_USE_Directory 1)
SET(KWSYS_USE_RegularExpression 1)
SET(KWSYS_USE_Base64 1)
SET(KWSYS_USE_Process 1)
SET(KWSYS_USE_CommandLineArguments 1)
SET(KWSYS_HEADER_ROOT ${CMake_BINARY_DIR}/Source)
SUBDIRS(Source/kwsys)