mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +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…
x
Reference in New Issue
Block a user