Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-07-17 14:41:40 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-17 16:47:38 +0300
commit06c7984a163388db3f8283347a246dba0328b3e2 (patch)
tree50e0e3239fdc68ce7d627f88b1d062d18fb51790 /library
parentc3c799ebc4804904f622fc8e586a2e034992d7fc (diff)
Move all client headers and sources to public/ directory.
Diffstat (limited to 'library')
-rw-r--r--library/unix/build.mk2
-rw-r--r--library/win32/TracyProfiler.vcxproj2
-rw-r--r--library/win32/TracyProfiler.vcxproj.filters2
3 files changed, 3 insertions, 3 deletions
diff --git a/library/unix/build.mk b/library/unix/build.mk
index 77345971..9fa7c538 100644
--- a/library/unix/build.mk
+++ b/library/unix/build.mk
@@ -7,6 +7,6 @@ PROJECT := libtracy
IMAGE := $(PROJECT)-$(BUILD).so
SHARED_LIBRARY := yes
-SRC := ../../TracyClient.cpp
+SRC := ../../public/TracyClient.cpp
include ../../common/unix.mk
diff --git a/library/win32/TracyProfiler.vcxproj b/library/win32/TracyProfiler.vcxproj
index 38747d10..aee58cb1 100644
--- a/library/win32/TracyProfiler.vcxproj
+++ b/library/win32/TracyProfiler.vcxproj
@@ -27,7 +27,7 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="..\..\TracyClient.cpp" />
+ <ClCompile Include="..\..\public\TracyClient.cpp" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
diff --git a/library/win32/TracyProfiler.vcxproj.filters b/library/win32/TracyProfiler.vcxproj.filters
index 124f58f2..12862807 100644
--- a/library/win32/TracyProfiler.vcxproj.filters
+++ b/library/win32/TracyProfiler.vcxproj.filters
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
- <ClCompile Include="..\..\TracyClient.cpp" />
+ <ClCompile Include="..\..\public\TracyClient.cpp" />
</ItemGroup>
</Project> \ No newline at end of file