Files
SingularityViewer/indra/cmake/ViewerMiscLibs.cmake
2010-04-02 02:48:44 -03:00

12 lines
205 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)