diff --git a/TracyClient.cpp b/TracyClient.cpp new file mode 100644 index 00000000..6600f639 --- /dev/null +++ b/TracyClient.cpp @@ -0,0 +1,17 @@ +// +// Tracy profiler +// ---------------- +// +// For fast integration, compile and +// link with this source file (and none +// other). +// + +#include "client/TracyProfiler.cpp" +#include "common/tracy_lz4.cpp" +#include "common/TracySocket.cpp" +#include "common/TracySystem.cpp" + +#ifdef _MSC_VER +# pragma comment(lib, "ws2_32.lib") +#endif