mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
Add (optional) fast-integration source file.
This commit is contained in:
parent
e23da05a65
commit
14cd87c42d
17
TracyClient.cpp
Normal file
17
TracyClient.cpp
Normal 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
|
Loading…
Reference in New Issue
Block a user