Merge pull request 'Tracy Profiler setup' (#28) from tracy_profiler_setup into master

Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/28
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com>
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
This commit is contained in:
Vladyslav_Baranovskyi_EXT
2024-06-03 20:48:01 +02:00
3 changed files with 13 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ FetchContent_Declare (
tracy
EXCLUDE_FROM_ALL
GIT_REPOSITORY ${TRACY_REPO}
GIT_TAG master
GIT_TAG v0.10
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
)