diff options
author | Alain Linden <alain@lindenlab.com> | 2011-02-24 12:27:58 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-02-24 12:27:58 -0800 |
commit | 1db3f3b5cede4971049a91f5cb99f76fd0952b54 (patch) | |
tree | f35a877066f212dcb69e4419ed3a267862be3024 /indra/newview | |
parent | f939b95d0c7b257a67bfc605d0cd590b3f442df8 (diff) |
integrate xmlrpc-epi into windows build.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index db029f9de7..1f07af0608 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -10,6 +10,7 @@ include(DirectX) include(OpenSSL) include(DragDrop) include(ELFIO) +include(EXPAT) include(FMOD) include(OPENAL) include(FindOpenGL) @@ -1681,6 +1682,7 @@ target_link_libraries(${VIEWER_BINARY_NAME} ${SMARTHEAP_LIBRARY} ${UI_LIBRARIES} ${WINDOWS_LIBRARIES} + ${EXPAT_LIBRARIES} ${XMLRPCEPI_LIBRARIES} ${ELFIO_LIBRARIES} ${OPENSSL_LIBRARIES} |