supercollider/supercollider
cmake_modules/FindSndfile.cmake
:119
check_c_source_compiles("
# include <sndfile.h>
int main() {return SF_FORMAT_OPUS;}
"
SNDFILE_HAS_OPUS
)