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)