Skip to content
Snippets Groups Projects
Commit c6a7d551 authored by Brad King's avatar Brad King
Browse files

COMP: The find_package command needs more of kwsys. Added String.h, String.c,...

COMP: The find_package command needs more of kwsys.  Added String.h, String.c, and auto_ptr.hxx to bootstrapping kwsys.
parent 5ef98132
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment