Project exposes multiple things:
- PTI library
- Tools (such as unittrace)
- Samples
However, it's unclear how to build some of the above. Product instructs only to build samples leaving instructions for PTI library and tools behind the scene:
|
cd <pti_root>/samples/<sample_root> |
Can you, please, consider to make the following changes:
- Flatten CMake configuration by exposing top level CMakeLists.txt file which will allow to build everything at once?
- Adjust documentation by:
- Describing this build entry point
- Describing available build options to select build targets
- Describing dependencies paying attention to any which are closed source dependencies
CC: @mschilling0, @jfedorov, @frenchwr
Project exposes multiple things:
However, it's unclear how to build some of the above. Product instructs only to build samples leaving instructions for PTI library and tools behind the scene:
pti-gpu/README.md
Line 122 in a928b93
Can you, please, consider to make the following changes:
CC: @mschilling0, @jfedorov, @frenchwr