SwagSoftware/Kisak-Strike
thirdparty/gperftools-2.8.1/CMakeLists.txt
:354
check_c_source_compiles("
#include <unwind.h>
int main()
{
&_Unwind_Backtrace;
return 0;
}"
HAVE_UNWIND_BACKTRACE)