Nix - Packaging lib60870 with CMake.

preview_player
Показать описание
Small example of how to use CMake with nix.

0:00 - Introduction
1:15 - Intro to CMake builds
2:28 - Planning how to do build
2:45 - Tangent on CMake Targets
4:55 - Tangent on glob usage
5:35 - How dependencies get exported with CMake hook
8:35 - Professional CMake
9:30 - Summary of thoughts about cmake usage
10:15 - Concerns about package
11:30 - Package for nix
20:12 - CMake setuphook explanation
26:07 - Conclusion
Рекомендации по теме
Комментарии
Автор

Perfect! Btw, what is this tool "fe" you use for a quick file search?

andrewvoron
Автор

Where should I look to learn modern cmake practices. I struggle to really even learn cmake because it is old and there is a lot of garbage info out there these days.

mrbonono