From 629b6d88bb91e00c25c1e2b50642d4bd2b4f7c11 Mon Sep 17 00:00:00 2001 From: Timo Suoranta Date: Thu, 15 Apr 2021 09:58:25 +0300 Subject: Provide CMake TracyClient header only library --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..2189e11d --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,4 @@ +cmake_minimum_required(VERSION 3.10) +project(TracyClient LANGUAGES CXX) +add_library(TracyClient INTERFACE) +target_include_directories(TracyClient INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) -- cgit v1.2.3