diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-07-21 10:18:58 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-07-21 10:18:58 -0700 |
commit | 4428ee77c29fb2e0af50bf6d650abfeb33329b3f (patch) | |
tree | 2a33bb6e817f684cfbb381a1623b8ab054a8d9fa /indra/cmake | |
parent | 68832f56ba09541f01a246574b141e3ab5fb62b8 (diff) |
SL-323: make changes to include llbase as an autobuild pkg, undelete files that will be deleted with MAINT-6585 and no need to copy local files in viewer-manifest.
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LLBase.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/cmake/LLBase.cmake b/indra/cmake/LLBase.cmake new file mode 100644 index 0000000000..76e3c688a3 --- /dev/null +++ b/indra/cmake/LLBase.cmake @@ -0,0 +1,4 @@ +# -*- cmake -*- +include(Prebuilt) + +use_prebuilt_binary(llbase) |