1 set(ICU_TOOLSUTILS_SOURCES
   2         ../../../source/tools/toolutil/filestrm.c
   3         ../../../source/tools/toolutil/package.cpp
   4         ../../../source/tools/toolutil/pkgitems.cpp
   5         ../../../source/tools/toolutil/swapimpl.cpp
   6         ../../../source/tools/toolutil/toolutil.cpp
   7         ../../../source/tools/toolutil/unewdata.c
   8         ../../../source/tools/toolutil/denseranges.cpp
   9         ../../../source/tools/toolutil/ucm.c
  10         ../../../source/tools/toolutil/ucmstate.c
  11         ../../../source/tools/toolutil/uoptions.c
  12         ../../../source/tools/toolutil/uparse.c
  13         ../../../source/tools/toolutil/ucbuf.c
  14         ../../../source/tools/toolutil/xmlparser.cpp
  15         ../../../source/tools/toolutil/writesrc.c
  16         ../../../source/tools/toolutil/pkg_icu.cpp
  17         ../../../source/tools/toolutil/pkg_genc.c
  18         ../../../source/tools/toolutil/pkg_gencmn.c
  19         ../../../source/tools/toolutil/ppucd.cpp
  20         ../../../source/tools/toolutil/flagparser.c
  21         ../../../source/tools/toolutil/filetools.cpp
  22         ../../../source/tools/toolutil/udbgutil.cpp
  23         ../../../source/tools/toolutil/dbgutil.cpp
  24         ../../../source/tools/toolutil/ucln_tu.c
  25     )
  26 
  27 set(ICU_TOOLSUTILS_INCLUDE_DIRECTORIES
  28       ../../../source/common
  29       ../../../source/i18n
  30 )
  31 
  32 include_directories(${ICU_TOOLSUTILS_INCLUDE_DIRECTORIES})
  33 add_library(${ICU_JAVA_TOOLUTIL_LIB} STATIC ${ICU_TOOLSUTILS_SOURCES})