summaryrefslogtreecommitdiff
path: root/indra/cmake/XmlRpcEpi.cmake
diff options
context:
space:
mode:
authorDebi King (Dessie) <dessie@lindenlab.com>2011-04-14 16:54:02 -0400
committerDebi King (Dessie) <dessie@lindenlab.com>2011-04-14 16:54:02 -0400
commite119b26f03377b32988456d3fc4ed9605649c191 (patch)
tree4d8043344bd5a276a0fcdc26eac07ef3c3d51c77 /indra/cmake/XmlRpcEpi.cmake
parent95fcff557f19712e23410a07751f2b571fead8a9 (diff)
parent647a270ee22ab38044013c8098babc20b9287ec7 (diff)
merged tip of viewer-beta at changeset 9de6fc07304f
Diffstat (limited to 'indra/cmake/XmlRpcEpi.cmake')
-rw-r--r--indra/cmake/XmlRpcEpi.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/cmake/XmlRpcEpi.cmake b/indra/cmake/XmlRpcEpi.cmake
index 107d1926ba..5bd4848245 100644
--- a/indra/cmake/XmlRpcEpi.cmake
+++ b/indra/cmake/XmlRpcEpi.cmake
@@ -9,7 +9,10 @@ if (STANDALONE)
else (STANDALONE)
use_prebuilt_binary(xmlrpc-epi)
if (WINDOWS)
- set(XMLRPCEPI_LIBRARIES xmlrpcepi)
+ set(XMLRPCEPI_LIBRARIES
+ debug xmlrpc-epid
+ optimized xmlrpc-epi
+ )
else (WINDOWS)
set(XMLRPCEPI_LIBRARIES xmlrpc-epi)
endif (WINDOWS)