COMP: The find_package command needs more of kwsys. Added String.h, String.c, and auto_ptr.hxx to bootstrapping kwsys.

This commit is contained in:
Brad King 2008-01-17 10:35:32 -05:00
parent 5ef98132dd
commit c6a7d55127

View File

@ -184,6 +184,7 @@ CMAKE_C_SOURCES="\
if ${cmake_system_mingw}; then if ${cmake_system_mingw}; then
KWSYS_C_SOURCES="\ KWSYS_C_SOURCES="\
ProcessWin32 \ ProcessWin32 \
String \
System" System"
KWSYS_C_MINGW_SOURCES="\ KWSYS_C_MINGW_SOURCES="\
ProcessFwd9x \ ProcessFwd9x \
@ -193,6 +194,7 @@ if ${cmake_system_mingw}; then
else else
KWSYS_C_SOURCES="\ KWSYS_C_SOURCES="\
ProcessUNIX \ ProcessUNIX \
String \
System" System"
KWSYS_C_MINGW_SOURCES="" KWSYS_C_MINGW_SOURCES=""
KWSYS_C_GENERATED_SOURCES="" KWSYS_C_GENERATED_SOURCES=""
@ -205,10 +207,12 @@ KWSYS_CXX_SOURCES="\
SystemTools" SystemTools"
KWSYS_FILES="\ KWSYS_FILES="\
auto_ptr.hxx \
Directory.hxx \ Directory.hxx \
Glob.hxx \ Glob.hxx \
Process.h \ Process.h \
RegularExpression.hxx \ RegularExpression.hxx \
String.h \
String.hxx \ String.hxx \
System.h \ System.h \
SystemTools.hxx" SystemTools.hxx"