aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/libgpg-error.cmake
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-02-03 15:23:22 +1000
committerDavid Walter Seikel2014-02-03 15:23:22 +1000
commitd056a17f05a1f90708f554651475e116a2ddbd68 (patch)
tree07fa4f1cca2a25548b8d2d6b4752b07d8efbd2ff /linden/indra/cmake/libgpg-error.cmake
parentUpdating tree and volume LOD. These go to eleven. (diff)
parentFix up OTR prefs to not crash. (diff)
downloadmeta-impy-next.zip
meta-impy-next.tar.gz
meta-impy-next.tar.bz2
meta-impy-next.tar.xz
Merge branch 'next' of github.com:onefang/meta-impy into nextHEADnext
Diffstat (limited to 'linden/indra/cmake/libgpg-error.cmake')
-rw-r--r--linden/indra/cmake/libgpg-error.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/linden/indra/cmake/libgpg-error.cmake b/linden/indra/cmake/libgpg-error.cmake
index 417ad19..4ec0926 100644
--- a/linden/indra/cmake/libgpg-error.cmake
+++ b/linden/indra/cmake/libgpg-error.cmake
@@ -2,9 +2,19 @@
2 2
3set(LIBGPG-ERROR_INCLUDE_DIRS 3set(LIBGPG-ERROR_INCLUDE_DIRS
4 ${CMAKE_BINARY_DIR}/libgpg-error/include 4 ${CMAKE_BINARY_DIR}/libgpg-error/include
5 ${LIBS_OPEN_DIR}/libgpg-error/libgpg-error-1.0/src
5 ) 6 )
6 7
8if (DARWIN OR LINUX)
7set(LIBGPG-ERROR_LIBRARIES 9set(LIBGPG-ERROR_LIBRARIES
8 ${CMAKE_BINARY_DIR}/libgpg-error/lib/libgpg-error.a 10 ${CMAKE_BINARY_DIR}/libgpg-error/lib/libgpg-error.a
9 ) 11 )
12endif (DARWIN OR LINUX)
10 13
14if (WINDOWS)
15set(LIBGPG-ERROR_LIBRARIES
16 ${CMAKE_BINARY_DIR}/libgpg-error/gpg-error.lib
17 )
18endif (WINDOWS)
19
20add_definitions( /DHAVE_CONFIG_H=1 )