i fucking hate CMake but at 0:40 that's just not true, CMake is a build system generator, all i've ever used it for is generating makefiles but you can use it for ninja, xcode, visual studio, etc., meson looks cool though gonna give it a try
Thanks for the correction! I didn't know CMake generated ninja configurations as well. Though, xcode and VS are just IDEs so I'm not sure those relate.
@@durkisneer It is indeed relevant because those IDEs have proper build systems packaged within them. CMake generates build files for those systems, which make it easy to just launch the IDE -> hit "build" -> profit.
Dependency() returns subprojects as a fallback So as a tip, if you want subprojects (provided by wrap) directly, you use subproject() and .get_variable('[name]_dep') is the convention of the provided dependency.
will be showing this to my professor tyvm
i fucking hate CMake but at 0:40 that's just not true, CMake is a build system generator, all i've ever used it for is generating makefiles but you can use it for ninja, xcode, visual studio, etc., meson looks cool though gonna give it a try
Thanks for the correction! I didn't know CMake generated ninja configurations as well. Though, xcode and VS are just IDEs so I'm not sure those relate.
@@durkisneer It is indeed relevant because those IDEs have proper build systems packaged within them. CMake generates build files for those systems, which make it easy to just launch the IDE -> hit "build" -> profit.
@@hhmhm-j4n ah got it
been waiting for this thanks 🙏
Dependency() returns subprojects as a fallback
So as a tip, if you want subprojects (provided by wrap) directly, you use subproject() and .get_variable('[name]_dep') is the convention of the provided dependency.
Didn’t know that, thanks!
Feels like xkcd/927.
Your font is nice, what is that?
Space Mono
Why use Meson over the alternatives?
I personally find its syntax easier and more straightforward than CMake. Also, its configuration is typically faster.
me when my son asks who is his father
mods
Cmake sucks, vcpkg on top ig this too