aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llplugin/CMakeLists.txt
diff options
context:
space:
mode:
authorArmin Weatherwax2010-06-17 11:15:54 +0200
committerArmin Weatherwax2010-09-23 15:42:39 +0200
commitc4891694b7c8fcc469dfa057ebf397ee28fc44b1 (patch)
tree75d1ea097989c8f54c89bd0a1b5da9bac0e74db9 /linden/indra/llplugin/CMakeLists.txt
parentupdate llplugin to latest version of SG2, pull latest webkit (diff)
downloadmeta-impy-c4891694b7c8fcc469dfa057ebf397ee28fc44b1.zip
meta-impy-c4891694b7c8fcc469dfa057ebf397ee28fc44b1.tar.gz
meta-impy-c4891694b7c8fcc469dfa057ebf397ee28fc44b1.tar.bz2
meta-impy-c4891694b7c8fcc469dfa057ebf397ee28fc44b1.tar.xz
Robin Cornelius: fixes for building plugins on Linux 64bit
Diffstat (limited to '')
-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)