From 172e8972608966f10aa43ae6d5afef2e1d42a6f6 Mon Sep 17 00:00:00 2001
From: Andy Cedilnik <andy.cedilnik@kitware.com>
Date: Mon, 28 Feb 2005 17:12:14 -0500
Subject: ENH: Add the rest of xmlrpc stuff

---
 CMakeLists.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9fdfa54..c0e7bd7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -67,7 +67,14 @@ SUBDIRS(Source/CTest/Curl)
 #-----------------------------------------------------------------------------
 # Build expat library for CMake and CTest.
 INCLUDE_DIRECTORIES(${CMake_BINARY_DIR}/Utilities)
+SET(CMAKE_EXPAT_INCLUDES "${CMAKE_CURRENT_BINARY_DIR}/Utilities/cmexpat")
+SET(CMAKE_EXPAT_LIBRARIES "cmexpat")
+SET(CMAKE_CURL_INCLUDES "${CMAKE_CURRENT_SOURCE_DIR}/Source/CTest/Curl")
+SET(CMAKE_CURL_LIBRARIES "Curl")
 SUBDIRS(Utilities/cmexpat Utilities/cmzlib)
+IF(CMAKE_USE_XMLRPC)
+  SUBDIRS(Utilities/cmxmlrpc)
+ENDIF(CMAKE_USE_XMLRPC)
 
 IF (UNIX)
   INCLUDE (${CMake_SOURCE_DIR}/Modules/FindCurses.cmake OPTIONAL)
-- 
cgit v0.12