Skip to content

Instantly share code, notes, and snippets.

@bhaskar253
Created April 18, 2020 18:43
Show Gist options
  • Save bhaskar253/bc9e5769c8e011bfeac32645ef13df83 to your computer and use it in GitHub Desktop.
Save bhaskar253/bc9e5769c8e011bfeac32645ef13df83 to your computer and use it in GitHub Desktop.
Some good cmake learning stuffs
@Credit for this goes to Matt D.(U23R9AN4U) from cpplang.slack.com
Hi! Here's a few (note: there's also #cmake where you can ask more specific CMake questions):
• An Introduction to Modern CMake - https://cliutils.gitlab.io/modern-cmake/
• Awesome CMake - https://github.com/onqtam/awesome-cmake
• CMake - Introduction and best practices - http://www.slideshare.net/DanielPfeifer1/cmake-48475415
• C++Now 2017: Daniel Pfeifer "Effective CMake"
- https://www.youtube.com/watch?v=bsXLMQ6WgIk
- https://github.com/boostcon/cppnow_presentations_2017/raw/master/05-19-2017_friday/effective_cmake__daniel_pfeifer__cppnow_05-19-2017.pdf
• Effective CMake by Kai Wolf
- http://effective-cmake.com
- MUCplusplus 2017: Kai Wolf - "Effective dependency management with CMake"
- https://www.youtube.com/watch?v=QayyhI-36os
• Introduction to CMake - SwedenCpp 2018 - Florent Castelli
- Examples: https://bit.ly/swedencpp-cmake-workshop
- Slides: https://bit.ly/swedencpp-cmake-slides
- Video: https://www.youtube.com/watch?v=jt3meXdP-QI
• It's Time To Do CMake Right
- https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/
- https://www.reddit.com/r/cpp/comments/7yps20/its_time_to_do_cmake_right/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment