mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 20:51:35 +00:00
6 lines
182 B
C++
6 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
|