diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/CMakeLists.txt b/linden/indra/CMakeLists.txt index 2085ea1..e3b5fa8 100644 --- a/linden/indra/CMakeLists.txt +++ b/linden/indra/CMakeLists.txt | |||
@@ -46,7 +46,8 @@ endif (WINDOWS) | |||
46 | # if off will use the systems libotr.so but won't be fully compatible with windows version | 46 | # if off will use the systems libotr.so but won't be fully compatible with windows version |
47 | set(STATIC_LIBOTR_ETC 1) | 47 | set(STATIC_LIBOTR_ETC 1) |
48 | 48 | ||
49 | add_subdirectory(${LIBS_OPEN_PREFIX}libotr) | 49 | add_subdirectory(${LIBS_OPEN_PREFIX}libgpg-error) |
50 | add_subdirectory(${LIBS_OPEN_PREFIX}libgcrypt) | ||
50 | # [/$PLOTR$] | 51 | # [/$PLOTR$] |
51 | 52 | ||
52 | add_subdirectory(${LIBS_OPEN_PREFIX}llaudio) | 53 | add_subdirectory(${LIBS_OPEN_PREFIX}llaudio) |
@@ -63,6 +64,10 @@ add_subdirectory(${LIBS_OPEN_PREFIX}llvfs) | |||
63 | add_subdirectory(${LIBS_OPEN_PREFIX}llwindow) | 64 | add_subdirectory(${LIBS_OPEN_PREFIX}llwindow) |
64 | add_subdirectory(${LIBS_OPEN_PREFIX}llxml) | 65 | add_subdirectory(${LIBS_OPEN_PREFIX}llxml) |
65 | 66 | ||
67 | # [$PLOTR$] | ||
68 | add_subdirectory(${LIBS_OPEN_PREFIX}libotr) | ||
69 | # [/$PLOTR$] | ||
70 | |||
66 | add_subdirectory(${LIBS_OPEN_PREFIX}lscript) | 71 | add_subdirectory(${LIBS_OPEN_PREFIX}lscript) |
67 | 72 | ||
68 | if (WINDOWS AND EXISTS ${LIBS_CLOSED_DIR}copy_win_scripts) | 73 | if (WINDOWS AND EXISTS ${LIBS_CLOSED_DIR}copy_win_scripts) |