From cf10273c3645caf851d4f9841dae363774000752 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Thu, 12 Sep 2024 12:01:20 +0200 Subject: [PATCH] tracy: install addittional files --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74138e04b..296344242 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,6 +115,8 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) ./stubs.cmake ./swig.cmake ./test.cmake + ./tracy.cmake + ./tracy.hh.cmake ./uninstall.cmake ./version.cmake ./version-script.cmake