aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/libotr.cmake
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-09-02 16:25:18 +1000
committerDavid Walter Seikel2013-09-02 16:25:18 +1000
commit3091381313fe16afa2f39a92665b4403e9cfc888 (patch)
treeb12cf32be8fc9055f6830965029c2844457d184e /linden/indra/cmake/libotr.cmake
parentMerge post fixes so that Linux compiles. (diff)
downloadmeta-impy-3091381313fe16afa2f39a92665b4403e9cfc888.zip
meta-impy-3091381313fe16afa2f39a92665b4403e9cfc888.tar.gz
meta-impy-3091381313fe16afa2f39a92665b4403e9cfc888.tar.bz2
meta-impy-3091381313fe16afa2f39a92665b4403e9cfc888.tar.xz
More post merge cleanups, make it compile under Windows.
Diffstat (limited to 'linden/indra/cmake/libotr.cmake')
-rw-r--r--linden/indra/cmake/libotr.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/cmake/libotr.cmake b/linden/indra/cmake/libotr.cmake
index 30544f8..6fd61f2 100644
--- a/linden/indra/cmake/libotr.cmake
+++ b/linden/indra/cmake/libotr.cmake
@@ -6,3 +6,5 @@ set(LIBOTR_INCLUDE_DIRS
6set(LIBOTR_LIBRARIES 6set(LIBOTR_LIBRARIES
7 otr 7 otr
8 ) 8 )
9
10add_definitions( /DHAVE_CONFIG_H=1 )