supercollider/supercollider
cmake_modules/FindSndfile.cmake
:112
check_c_source_compiles("
# include <sndfile.h>
int main() {return SF_FORMAT_VORBIS;}
"
SNDFILE_HAS_VORBIS
)