12 lines
206 B
CMake
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)
|
|
|