Files
SingularityViewer/indra/cmake/ViewerMiscLibs.cmake
2011-01-04 02:00:25 +01:00

12 lines
206 B
CMake

# -*- cmake -*-
include(Prebuilt)
if (NOT STANDALONE)
use_prebuilt_binary(vivox)
if (LINUX)
#use_prebuilt_binary(libuuid)
use_prebuilt_binary(fontconfig)
endif (LINUX)
endif(NOT STANDALONE)