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