Skip to content

Commit

Permalink
Add talks to highlight issues addressed in goal
Browse files Browse the repository at this point in the history
These conference talks are describing issues in modern software
development from a package manager's (the person) perspective or tell
you how to actually build software properly using CMake (Craig Scott's).
  • Loading branch information
friendlyanon committed Oct 27, 2021
1 parent ded5531 commit 7772132
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ testing, superbuilds, etc.
should be easy to use. There is also some level of support for [vcpkg][10] to
make consuming dependencies from git repositories easier.

### Relevant conference talks

* [Kenneth Hoste - How To Make Package Managers Cry
](https://www.youtube.com/watch?v=NSemlYagjIU)
* [Robert Schumacher - Don't package your libraries, write packagable
libraries! (Part 1)](https://www.youtube.com/watch?v=sBP17HQAQjk)
* [Robert Schumacher - Don't package your libraries, write packagable
libraries! (Part 2)](https://www.youtube.com/watch?v=_5weX5mx8hc)
* [Craig Scott - Deep CMake for Library Authors
](https://www.youtube.com/watch?v=m0DwB4OvDXk)

## Non-goals

* Cover every possible project structure
Expand Down

0 comments on commit 7772132

Please sign in to comment.