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:
authorDavid Farrell <dafarrel@adobe.com>2020-04-21 20:52:25 +0300
committerDavid Farrell <dafarrel@adobe.com>2020-04-21 20:52:25 +0300
commitb05c2f5327f4afa8b861642872370fd54f1249b5 (patch)
treebcb74db5dd780c709a125da6c057d951d49d384d /.gitignore
parent865593146ab71d7fb9da30a01c6482fa6ad10b18 (diff)
Added install_vcpkg_dependencies.bat to set up dependencies
This script will build both vcpkg and the dependencies needed by Tracy. It puts everything in the vcpkg/vcpkg directory, and changes no other state on the machine. It is perfectly safe to erase the vcpkg/vcpkg directory and re-run the script to build the dependencies again, although that should only be needed once. To add new vcpkg dependencies, just modify the 'vcpkg install ...' line in the .bat file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 48c593da..dcec2473 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,7 @@ manual/t*.synctex.gz
manual/t*.toc
profiler/build/win32/packages
profiler/build/win32/Tracy.aps
+
+# include the vcpkg install script but not the files it produces
+vcpkg/*
+!vcpkg/install_vcpkg_dependencies.bat