summaryrefslogtreecommitdiff
path: root/indra/cmake/ViewerMiscLibs.cmake
blob: aa204a740637efdff71aaabb3f1b9da87ea1253d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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)

use_prebuilt_binary(fonts)
use_prebuilt_binary(nanosvg)