Closed RichieSams closed 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.
target_link_libraries()
Thanks for this CMake improvement!
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.