ENH: Compile DynamicLoader

This commit is contained in:
Mathieu Malaterre 2006-03-06 14:07:50 -05:00
parent ffd4bcd02b
commit 12ebc4339a
1 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
# Enable all components.
SET(KWSYS_USE_Base64 1)
SET(KWSYS_USE_Directory 1)
SET(KWSYS_USE_DynamicLoader 1)
SET(KWSYS_USE_Glob 1)
SET(KWSYS_USE_Process 1)
SET(KWSYS_USE_RegularExpression 1)
@ -424,7 +425,7 @@ IF(KWSYS_USE_Glob)
ENDIF(KWSYS_USE_Glob)
# Add selected C++ classes.
SET(cppclasses Directory Glob RegularExpression SystemTools CommandLineArguments Registry)
SET(cppclasses Directory DynamicLoader Glob RegularExpression SystemTools CommandLineArguments Registry)
FOREACH(c ${cppclasses})
IF(KWSYS_USE_${c})
SET(KWSYS_CLASSES ${KWSYS_CLASSES} ${c})