aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llplugin
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llplugin')
-rw-r--r--[-rwxr-xr-x]linden/indra/llplugin/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llplugin/CMakeLists.txt b/linden/indra/llplugin/CMakeLists.txt
index d9b623d..8a2eff8 100755..100644
--- a/linden/indra/llplugin/CMakeLists.txt
+++ b/linden/indra/llplugin/CMakeLists.txt
@@ -2,6 +2,10 @@
2 2
3project(llplugin) 3project(llplugin)
4 4
5if(HAVE_64_BIT)
6 set(REQUIRE_PIC)
7endif(HAVE_64_BIT)
8
5include(00-Common) 9include(00-Common)
6include(LLCommon) 10include(LLCommon)
7include(LLImage) 11include(LLImage)