#ifndef _BUILDDEFINES_H #define _BUILDDEFINES_H // The compile-time switches that used to live here now live in CMakeLists.txt, // which is where the build system can see them. This header is empty and about // to be deleted; do not add anything to it. #include "profiler.h" #endif