From 0aeadb4c49440486bcebd3374bbbdf696687df0b Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Wed, 31 Aug 2022 18:06:22 +0200 Subject: [PATCH] Use TRACY_PUBLIC_DIR throughout --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f984192..c85d266e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ find_package(Threads REQUIRED) set(TRACY_PUBLIC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/public) -add_library(TracyClient public/TracyClient.cpp) +add_library(TracyClient "${TRACY_PUBLIC_DIR}/TracyClient.cpp") target_compile_features(TracyClient PUBLIC cxx_std_11) target_include_directories(TracyClient SYSTEM PUBLIC $