cmake_minimum_required(VERSION 3.16)
project(tracefunction LANGUAGES CXX)
add_executable(tracefunction main.cpp demo_tracing.h demo.tracepoints)
