summaryrefslogtreecommitdiff
path: root/indra/cmake/ViewerMiscLibs.cmake
blob: fc5bdedb5afb3a5a3a23b3146c9500e582fe4119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- cmake -*-
include(Prebuilt)

if (NOT USESYSTEMLIBS)
  if (LINUX)
    use_prebuilt_binary(libuuid)
    use_prebuilt_binary(fontconfig)
  endif (LINUX)
  use_prebuilt_binary(libhunspell)
  use_prebuilt_binary(slvoice)
endif(NOT USESYSTEMLIBS)