quakeforge/tools/tracy/qftracyvk.cc
Bill Currie dd4f51049d [build] Fix up unwanted dependency on tracy source
The tracy source files should not be required for make dist to work, so
this works around it by using a little indirection.
2023-12-17 19:18:58 +09:00

5 lines
182 B
C++

// this works around a limitation with automake and source files that are
// not part of the distribution
#ifdef HAVE_TRACY
#include "tracy/public/client/TracyVkProfiler.cpp"
#endif