1 2 3 4 5 6
# -*- cmake -*- include(Prebuilt) if (NOT STANDALONE) use_prebuilt_binary(tut) endif(NOT STANDALONE)