summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-04-17 22:00:04 +0000
committerJames Cook <james@lindenlab.com>2009-04-17 22:00:04 +0000
commit5c2fd1e4fe304e1b6f6d4136f0d1fd3028c3dddd (patch)
treedec1b220c24a60cc220d1cb07fd3545610644f0a /indra/llui
parent57b47705d7a4a2927ac7329bd2b5b37c1c1c5115 (diff)
Back out last commit, because it breaks mapserver build on linux, dammit.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt
index 5de8dc76af..32118e8a69 100644
--- a/indra/llui/CMakeLists.txt
+++ b/indra/llui/CMakeLists.txt
@@ -141,14 +141,3 @@ set_source_files_properties(${llui_HEADER_FILES}
list(APPEND llui_SOURCE_FILES ${llui_HEADER_FILES})
add_library (llui ${llui_SOURCE_FILES})
-# Libraries on which this library depends, needed for Linux builds
-# Sort by high-level to low-level
-target_link_libraries(llui
- llrender
- llwindow
- llimage
- llvfs # ugh, just for LLDir
- llxml
- llcommon # must be after llimage, llwindow, llrender
- llmath
- )