Imported existing code
This commit is contained in:
11
indra/cmake/ViewerMiscLibs.cmake
Normal file
11
indra/cmake/ViewerMiscLibs.cmake
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- 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)
|
||||
|
||||
Reference in New Issue
Block a user