summaryrefslogtreecommitdiff
path: root/indra/llcommon/CMakeLists.txt
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-28 16:39:50 -0800
committerJames Cook <james@lindenlab.com>2009-11-28 16:39:50 -0800
commitcb29ce124378f068009a7e0c930f86bc17b7257f (patch)
tree922619827808b3947602646e47b8d7e36fea5c83 /indra/llcommon/CMakeLists.txt
parent3858992603aabbdfdcdd9f3d8040a2d3431e74d0 (diff)
Move hard-coded image IDs to .cpp file to speed link time.
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r--indra/llcommon/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index ca8d0829fa..ab66f634ee 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -25,6 +25,7 @@ include_directories(
# ${LLCOMMON_LIBRARIES})
set(llcommon_SOURCE_FILES
+ imageids.cpp
llallocator.cpp
llallocator_heap_profile.cpp
llapp.cpp