Creating and Using Libraries in CMake [Ep3]

preview_player
Показать описание
Modern high level languages have a benefit with making dynamic libraries (.dll or .so files) a breeze to use. They allow for modular code and easy upgrade paths for users. However, doing this by hand in C/C++ can be a nightmare. Let's explore how easy this is to do in CMake.

Рекомендации по теме
Комментарии
Автор

This is much more straightforward than literally any article I’ve read on CMake. Thank you so much!

ptrdblmeter
Автор

So good, you actually explain what every line does and it's usage

andrebarata
Автор

This way to teaching, like doing and making errors like how a beginner would and showing what caused them and solving it is much much better than those who directly show do these steps 1, 2, 3 and end.
Thanks Great Series.!!

Muhammed.Abd.
Автор

Wow this is golden tutorial on CMake. Thank you!

Yusufbek-gpqp
Автор

Word of advice, use '\n' instead of std::endl, as it won't flush the console output

jacobsan