relocating webgpu example

This commit is contained in:
Marcos Slomp
2026-06-06 12:22:19 -07:00
parent dd7060a4d9
commit 5597b79f1f
6 changed files with 1 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ endif()
# ---------------------------------------------------------------------------
# Tracy root defaults to two directories above this CMakeLists.txt.
# ---------------------------------------------------------------------------
set(TRACY_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../..")
set(TRACY_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../..")
option(TRACY_ENABLE "Enable Tracy profiling" ON)
# ---------------------------------------------------------------------------