dfeneyrou / palanteer

Visual Python and C++ nanosecond profiler, logger, tests enabler
Other
2.1k stars 88 forks source link

Add an INTERFACE library for palanteer.h #13

Closed RichieSams closed 3 years ago

RichieSams commented 3 years ago

So consumers of the c++ instrumentation can easily get the include folder added, just by doing target_link_libraries(). CMake will automagically add the include directories.

dfeneyrou commented 3 years ago

Thanks for this CMake improvement!