aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/ViewerMiscLibs.cmake
blob: 4a62ebde8cbee04d6ef64b6b33fe2e47b0856749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- cmake -*-
include(Prebuilt)

if (NOT STANDALONE)
  use_prebuilt_binary(libuuid)
  use_prebuilt_binary(vivox)
   if(LINUX64)
     use_prebuilt_binary(32bitcompatibilitylibs)
   endif(LINUX64)
  use_prebuilt_binary(fontconfig)
endif(NOT STANDALONE)

if (WINDOWS)
  use_prebuilt_binary(dbghelp)
endif (WINDOWS)