Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

C Binding for dd-trace-cpp

A C binding interface on the C++ tracing library for integration from C-based projects.

Building

cmake -B build -DDD_TRACE_BUILD_C_BINDING=ON -DDD_TRACE_BUILD_TESTING=ON
cmake --build build -j

Running Tests

./build/test/tests "[c_binding]"