Introduction to CMake Crash Course

  Рет қаралды 31,763

PunchedTape

PunchedTape

Күн бұрын

Пікірлер: 57
@tutorialesdiamesa
@tutorialesdiamesa Жыл бұрын
Great, straightforward, direct, no BS, fast-paced tutorial.
@PunchedTape
@PunchedTape 8 ай бұрын
I appreciate that! Glad you enjoyed it
@spicywheatbread6769
@spicywheatbread6769 17 сағат бұрын
first cmake tutorial where everything just makes sense! ive been trying to follow other video tutorials and read some online guides, but i feel like i get bogged down by the amount of info presented. great video 😄
@adamrushford
@adamrushford 3 ай бұрын
Best CMake tutorial because of the hard to pause list in the beginning.. this is all the programmers need. Super underrated channel!!!!
@abdousmandous1851
@abdousmandous1851 2 жыл бұрын
Very informative.
@ifthekharhasan7817
@ifthekharhasan7817 2 күн бұрын
Straight to the point. Very helpful.
@andreasproteus1465
@andreasproteus1465 6 ай бұрын
Concise and to the point. Excellent tutorial. No narcissistic talking head either.
@PunchedTape
@PunchedTape 6 ай бұрын
Thanks! I really appreciate that.
@Paraghkch
@Paraghkch 2 ай бұрын
Man this is Great Content! Super Precise, Concise and Helpful. Thank you very much! ❤
@andrewminhnguyen9446
@andrewminhnguyen9446 8 ай бұрын
One of the better ones -- thanks!
@theone5312
@theone5312 8 ай бұрын
Condensed and informative, no BS Loved it
@mikhailselyuzhenkov7450
@mikhailselyuzhenkov7450 2 жыл бұрын
Wonderful Tutorial!
@sureshgeddada6166
@sureshgeddada6166 2 ай бұрын
A great video on CMake, thank you
@erenyeager4452
@erenyeager4452 6 ай бұрын
Really great tutorial. Helped a lot.
@jjkk91-r7i
@jjkk91-r7i 19 күн бұрын
thank you for your service to mankind
@VoidloniXaarii
@VoidloniXaarii Жыл бұрын
Fantastic video, thanks so much 🙏
@pankaj_yadav99
@pankaj_yadav99 5 ай бұрын
Incredibly helpful for beginner like me ☺ Thank You !
@ulyssis
@ulyssis 9 ай бұрын
thanks! great video. I came here because it says 14 minites, but I ended up watching 2 times and paused multiple times. I am fine with this clickbait.
@ahmedmohamedmostafa7483
@ahmedmohamedmostafa7483 Жыл бұрын
Thanks for this great tutorial.
@electro.engineering
@electro.engineering 2 жыл бұрын
Fascinating!
@aah134-K
@aah134-K 4 ай бұрын
Best of the best for CMake
@stevenbroshar7948
@stevenbroshar7948 6 ай бұрын
Well done
@newsgo1876
@newsgo1876 7 ай бұрын
Very concise video! Just some suggestion. 10:35 Dependents, not dependencies.
@PunchedTape
@PunchedTape 6 ай бұрын
Good point!
@Jiyoon02
@Jiyoon02 3 ай бұрын
You are an awesome person!
@dhadveyash2268
@dhadveyash2268 8 ай бұрын
Great tutorial man
@PunchedTape
@PunchedTape 8 ай бұрын
Glad you liked it!
@davidvileta4526
@davidvileta4526 5 ай бұрын
nice keyboard
@postmodernist1848
@postmodernist1848 6 ай бұрын
Very good tutorial
@banamali143
@banamali143 10 ай бұрын
Awesome 👍
@PunchedTape
@PunchedTape 8 ай бұрын
Thanks 🤗
@jking8272
@jking8272 9 ай бұрын
great video, nice pace
@PunchedTape
@PunchedTape 8 ай бұрын
Glad you enjoyed it
@amongussuss341
@amongussuss341 5 ай бұрын
very good tutorial ty
@debajyotimajumder472
@debajyotimajumder472 10 ай бұрын
thanks! super helpful
@PunchedTape
@PunchedTape 8 ай бұрын
Glad it helped!
@VioletClaw816
@VioletClaw816 5 ай бұрын
I have a dlib that is included in the hpp file, and hpp file is used by addlibrary() but when I compile, it said can't find any dlib libarary in my custom hpp file; however, if I include the dlib in the main.cpp, it can find. Just none of the new cpp/hpp custom libraries can find the dlib.
@DasIstDragana
@DasIstDragana 6 ай бұрын
Thanks!
@BorealScott
@BorealScott 8 ай бұрын
Useful!
@guilherme5094
@guilherme5094 2 ай бұрын
👍
@insidiousmaximus
@insidiousmaximus 7 ай бұрын
Cmake me do this, Cmake me do that, Cmaking me crazy!
@jabbysammich
@jabbysammich 6 ай бұрын
What keyboard do you use? It sounds so nice
@PunchedTape
@PunchedTape 6 ай бұрын
I have a Razer Huntsman Elite. It has the loud switches. Not everyone loves it, but I do.
@RukopisyNarnie
@RukopisyNarnie 6 ай бұрын
I looked at cmakr multiple times before. Thought I would give it another chance. After seeing this I still think it is not much more useful than just make.
@PunchedTape
@PunchedTape 6 ай бұрын
For small projects that run on one OS, I would agree. Once they grow past a certain size or complexity, or if you want true cross-platform building capabilities, cmake becomes very useful.
@RukopisyNarnie
@RukopisyNarnie 6 ай бұрын
@@PunchedTape I don't know how many oses do you need to make your projects work on. I made few that run on linux and windows in make and there was no problem. I think your video is well done, but I just don't see cmake that useful. It even feels more complicated sometimes with its very strange syntax.
@PunchedTape
@PunchedTape 6 ай бұрын
@RukopisyNarnie Yeah, in most cases, the projects I've worked on really only need to run on a single OS. While I've spent a good amount of time with Make, I use CMake by default for everything. I find it is easy enough for me to use and it has the ability to expand to whatever level of complexity I want -- that I prefer it. But, that being said, if Make works for you and you like it better or it makes more sense to your or for your projects, by all means stick with it. If the day ever comes that you reach limitations with Make, you'll easily find alternatives that may address those challenges. Maybe it's CMake, maybe it's something else. I don't like change for the sake of change.
@acidbunny999
@acidbunny999 5 ай бұрын
14:07. Don’t lie
@muha0644
@muha0644 8 ай бұрын
Yeah, I think i'll just stick to normal makefiles...
@__Brandon__
@__Brandon__ 6 ай бұрын
Doesn't work that well when you have 50 other people working on the project and dependencies
@devanarayanababu1996
@devanarayanababu1996 8 ай бұрын
cfbr
@edwardzdankiewicz9068
@edwardzdankiewicz9068 7 ай бұрын
keyboard too loud
@PunchedTape
@PunchedTape 6 ай бұрын
haha, yeah it's not everyone's favorite, I'll pay attention on the next one.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Beginner's Guide to the Bash Terminal
1:14:37
Joe Collins (EzeeLinux)
Рет қаралды 2,3 МЛН
6 Months of Testing C++ Build Systems: Here’s What You Need to Know
16:33
Tips for C Programming
34:41
Nic Barker
Рет қаралды 77 М.
why do header files even exist?
10:53
Low Level
Рет қаралды 460 М.
Git and GitHub Tutorial for Beginners
46:19
Kevin Stratvert
Рет қаралды 1,5 МЛН
What if all the world's biggest problems have the same solution?
24:52
CMake Tutorial EP 2 | Libraries | Installing | Pairing with Executables | RE-DONE!
36:48
Vim Tutorial for Beginners
1:14:29
freeCodeCamp.org
Рет қаралды 789 М.
Let's Create a Compiler (Pt.1)
1:11:03
Pixeled
Рет қаралды 612 М.
CMake - the essential package
27:54
Code for yourself
Рет қаралды 13 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.