Add (optional) fast-integration source file.

This commit is contained in:
Bartosz Taudul 2017-10-11 02:09:52 +02:00
parent e23da05a65
commit 14cd87c42d

17
TracyClient.cpp Normal file
View File

@ -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