From 086bdf3ea12dd8b3fa7c11b5252cdc8ccfdea272 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Wed, 20 Mar 2024 08:54:11 -0700 Subject: [PATCH] [profile] Add tracy dependency --- .github/workflows/ci_windows.yml | 2 +- Brewfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml index 3e6cc03ff0dd9..b0f50a3791b2b 100644 --- a/.github/workflows/ci_windows.yml +++ b/.github/workflows/ci_windows.yml @@ -38,7 +38,7 @@ jobs: - uses: johnwason/vcpkg-action@v6 with: # TODO: Add ode and coin-or-ipopt - pkgs: assimp ccd eigen3 fcl fmt spdlog bullet3 freeglut glfw3 nlopt opengl osg pagmo2 tinyxml2 urdfdom + pkgs: assimp ccd eigen3 fcl fmt spdlog bullet3 freeglut glfw3 nlopt opengl osg pagmo2 tinyxml2 tracy urdfdom triplet: x64-windows revision: "2024.02.14" github-binarycache: true diff --git a/Brewfile b/Brewfile index 9e3433b19dd3b..9a873cd5d0c47 100644 --- a/Brewfile +++ b/Brewfile @@ -1,6 +1,7 @@ # Build dependencies brew 'cmake' brew 'pkg-config' +brew 'tracy' brew 'assimp' brew 'bullet'