diff options
| author | Don Kjer <don@lindenlab.com> | 2012-09-13 10:25:48 +0000 | 
|---|---|---|
| committer | Don Kjer <don@lindenlab.com> | 2012-09-13 10:25:48 +0000 | 
| commit | 8ba2b388769e245ec1b49b7d6d4b0372d684ff86 (patch) | |
| tree | b43b39372fe156aac4f70cd22456c7df8d1df101 /indra/llmath | |
| parent | 929b7e029513ecbb08c415e945c83ea09dc1b3eb (diff) | |
Fleshed out target_link_libraries dependencies between libraries.  Appearance utility now reads avatar_lad.xml during stubbed out params processing.
Diffstat (limited to 'indra/llmath')
| -rw-r--r-- | indra/llmath/CMakeLists.txt | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/llmath/CMakeLists.txt b/indra/llmath/CMakeLists.txt index 5865ae030c..a06dea2e9a 100644 --- a/indra/llmath/CMakeLists.txt +++ b/indra/llmath/CMakeLists.txt @@ -99,6 +99,10 @@ list(APPEND llmath_SOURCE_FILES ${llmath_HEADER_FILES})  add_library (llmath ${llmath_SOURCE_FILES}) +target_link_libraries(llmath +    ${LLCOMMON_LIBRARIES} +    ) +  # Add tests  if (LL_TESTS)    include(LLAddBuildTest) | 
