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

if (NOT STANDALONE)
  use_prebuilt_binary(libstdc++)
  use_prebuilt_binary(libuuid)
  use_prebuilt_binary(vivox)
endif(NOT STANDALONE)