diff options
author | Oz Linden <oz@lindenlab.com> | 2012-05-24 20:35:25 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-05-24 20:35:25 -0400 |
commit | 1d01ad116220503ac688641d939a8fee095f817b (patch) | |
tree | 6d446188dbfeaf555cf6b9a64c297483f2fa7cc2 /indra/newview/CMakeLists.txt | |
parent | 1f0addf6e48c54ab33e0f02bab27cdf6e86d55fb (diff) | |
parent | 77488911a30021b6576ad5047395405a98e11b8d (diff) |
merge changes for DRTVWR-151
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 7e8496e8c2..0a267cbad0 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -30,7 +30,6 @@ include(LLUI) include(LLVFS) include(LLWindow) include(LLXML) -include(LLXUIXML) include(LScript) include(Linking) include(NDOF) @@ -66,7 +65,6 @@ include_directories( ${LLVFS_INCLUDE_DIRS} ${LLWINDOW_INCLUDE_DIRS} ${LLXML_INCLUDE_DIRS} - ${LLXUIXML_INCLUDE_DIRS} ${LSCRIPT_INCLUDE_DIRS} ${LSCRIPT_INCLUDE_DIRS}/lscript_compile ${LLLOGIN_INCLUDE_DIRS} @@ -1750,7 +1748,6 @@ target_link_libraries(${VIEWER_BINARY_NAME} ${LLVFS_LIBRARIES} ${LLWINDOW_LIBRARIES} ${LLXML_LIBRARIES} - ${LLXUIXML_LIBRARIES} ${LSCRIPT_LIBRARIES} ${LLMATH_LIBRARIES} ${LLCOMMON_LIBRARIES} |