Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt - github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2189e11d04daec1d146dbc022ae58c9258d8ae7b (plain)
1
2
3
4
cmake_minimum_required(VERSION 3.10)
project(TracyClient LANGUAGES CXX)
add_library(TracyClient INTERFACE)
target_include_directories(TracyClient INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})