Advertisement
Guest User

project structure

a guest
Jun 21st, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ext. dependencies: c++, rust, qt
  2. targets: windows, linux, aarch64, cortex-m3, esp32
  3.  
  4. Projekt : Dependencies : Platforms
  5. -----------:-----------------------------:----------------------------------
  6. library-a : c++ : windows, linux, cortex-m3, esp32
  7. library-b : c++ : cortex-m3
  8. library-c : rust : windows, linux, aarch64
  9. software-a : c++, library-a, (library-b) : windows, linux, cortex-m3
  10. software-b : c++, library-a, library-b : cortex-m3
  11. software-c : c++, library-a : esp32
  12. software-d : c++, library-a, qt : windows, linux
  13. software-c : rust, library-c : aarch64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement