mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 12:42:32 +00:00
The tracy source files should not be required for make dist to work, so this works around it by using a little indirection.
5 lines
171 B
C++
5 lines
171 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/TracyClient.cpp"
|
|
#endif
|