diff options
author | James Cook <james@lindenlab.com> | 2009-11-28 20:08:09 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-28 20:08:09 -0800 |
commit | 8ff96a3515daa5c05d1c519f920c12b7aa78c4da (patch) | |
tree | ba0c9ffa682bd147f08b0419953c037c2864f35c /indra/llcommon/CMakeLists.txt | |
parent | 3838a7dfa5340019f29c11f1f690400182c2df8d (diff) |
Migrated LLUUIDs and some float constants out of headers into .cpp files
Moved some functions with llinfos into .cpp files
Linker optimizations, all
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index ab66f634ee..f5b0e998fd 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -40,6 +40,7 @@ set(llcommon_SOURCE_FILES llcursortypes.cpp lldate.cpp lldependencies.cpp + lldictionary.cpp llerror.cpp llerrorthread.cpp llevent.cpp |