mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
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:
@@ -184,6 +184,7 @@ CMAKE_C_SOURCES="\
|
||||
if ${cmake_system_mingw}; then
|
||||
KWSYS_C_SOURCES="\
|
||||
ProcessWin32 \
|
||||
String \
|
||||
System"
|
||||
KWSYS_C_MINGW_SOURCES="\
|
||||
ProcessFwd9x \
|
||||
@@ -193,6 +194,7 @@ if ${cmake_system_mingw}; then
|
||||
else
|
||||
KWSYS_C_SOURCES="\
|
||||
ProcessUNIX \
|
||||
String \
|
||||
System"
|
||||
KWSYS_C_MINGW_SOURCES=""
|
||||
KWSYS_C_GENERATED_SOURCES=""
|
||||
@@ -205,10 +207,12 @@ KWSYS_CXX_SOURCES="\
|
||||
SystemTools"
|
||||
|
||||
KWSYS_FILES="\
|
||||
auto_ptr.hxx \
|
||||
Directory.hxx \
|
||||
Glob.hxx \
|
||||
Process.h \
|
||||
RegularExpression.hxx \
|
||||
String.h \
|
||||
String.hxx \
|
||||
System.h \
|
||||
SystemTools.hxx"
|
||||
|
||||
Reference in New Issue
Block a user