From a0a397207dcc48c64b16f811fe63d34f134f5f12 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 11 Oct 2017 02:32:43 +0200 Subject: [PATCH] Improved integration instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 158c849c..6fdb568d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ It should be noted that tracy needs to calibrate its internal timers at each run #### Initial client setup -Add source files from `tracy/client` and `tracy/common` to your project. That's all. Tracy is now integrated into your application. +Copy files from `tracy/client` and `tracy/common` to your project. Add `tracy/TracyClient.cpp` to source files list. That's all. Tracy is now integrated into your application. #### Marking zones