CMake fundamentals step by step with basic example - Part 1

  Рет қаралды 20,586

E-GRASP

E-GRASP

Күн бұрын

Пікірлер: 62
@pavvih5791
@pavvih5791 Жыл бұрын
Really it was very very informative video. Your teaching style is very good sir. Any engineer can understand the topic easily.
@e-grasp
@e-grasp Жыл бұрын
Thank you so much for your comments, you made my day. Please share and subscribe if you like the video
@sabujmondal881
@sabujmondal881 Жыл бұрын
Very very informative video to begin with. The way you taught with an example is very nice.
@ChaitanyaKrishnabodduluri
@ChaitanyaKrishnabodduluri Жыл бұрын
waiting for full cmake videos-thanyou for this one.
@karthikchockalingam3144
@karthikchockalingam3144 Жыл бұрын
Hello Bhavith, Explained very clearly! Thanks a lot. Please, continue this series..
@e-grasp
@e-grasp Жыл бұрын
Thanks
@YashmithaGanesh
@YashmithaGanesh 6 ай бұрын
Your explanation is very good. Please upload next parts of it
@axramar1992
@axramar1992 8 ай бұрын
Awesome Man🎉 this is very useful for embedded engineers..
@319nsor3
@319nsor3 Жыл бұрын
It's a lot interesting your videos but the part two where is? did you promet you'll it doing...
@crosby3108
@crosby3108 3 ай бұрын
Very good demo wish I saw this before I went and learned everything, I'll tell others
@e-grasp
@e-grasp 3 ай бұрын
Thanks bro
@harishchandrasingh3763
@harishchandrasingh3763 11 ай бұрын
Thank you Bhavith, It is very helpful.
@e-grasp
@e-grasp 11 ай бұрын
Tnx if u like pls subscribe
@gowthamE-ng4ib
@gowthamE-ng4ib 7 ай бұрын
Its' very usefull Video for me. Thanks Bro
@vanukuri-v5v
@vanukuri-v5v 17 күн бұрын
good video, please make other parts related to cmake
@ashruelectronic
@ashruelectronic 10 ай бұрын
Excellent introduction, please send the link of part 2
@e-grasp
@e-grasp 10 ай бұрын
I am yet to do, planning to have complete tutorial
@IndirapriyaDuvvu-q1v
@IndirapriyaDuvvu-q1v Жыл бұрын
Thankyou so much for this great tutorial
@saisravani3666
@saisravani3666 Жыл бұрын
very good video....very informative plz try to do one more continuation video on cmake.. Thank uu sir...
@e-grasp
@e-grasp Жыл бұрын
Sure thanks gonna add more videos
@Shiv-hn1di
@Shiv-hn1di 7 ай бұрын
Can you make some more sessions on CMake, your teaching is easy to understand, please make some more videos ☺
@thesoul2086
@thesoul2086 Жыл бұрын
Great lectures
@timmuston2687
@timmuston2687 Жыл бұрын
Excellent tutorial. Thanks
@e-grasp
@e-grasp Жыл бұрын
Thanks if u like subscribe
@pramath.m297
@pramath.m297 3 ай бұрын
i am getting an error as make is not recognized as an internal or external command, i am using visual studio as complier. pls guide me
@e-grasp
@e-grasp 3 ай бұрын
@@pramath.m297 if you are using Ubuntu please install make. sudo apt install make
@sunil_kushawaha
@sunil_kushawaha Жыл бұрын
Awesome sir... Thanks
@arunbm123
@arunbm123 20 күн бұрын
Nice tutorials
@vinothrajendran1951
@vinothrajendran1951 Жыл бұрын
Like to know the reason, why different build system exist for c/c++ ecosystem ?
@akumar9684
@akumar9684 Жыл бұрын
Where are the parts after this video?
@sitmovie4197
@sitmovie4197 Жыл бұрын
Please complete next part
@airfix5857
@airfix5857 Жыл бұрын
Is there a part 2 ?
@e-grasp
@e-grasp Жыл бұрын
I will do it
@randomsoul00
@randomsoul00 Жыл бұрын
does order of statements written in CMakeLists.txt matter???
@e-grasp
@e-grasp Жыл бұрын
Yes and no depends
@gowthamE-ng4ib
@gowthamE-ng4ib 7 ай бұрын
and i'm waiting for the further tutorials
@ulavinash
@ulavinash Жыл бұрын
Hi sir, i have multiple .c files in multiple directories. how to write cmakelists.txt file. In future developers add some more c files how to scan the files?
@e-grasp
@e-grasp Жыл бұрын
Sure I gonna upload videos on it. If you like kindly share and subscribe.
@harshitaarya7619
@harshitaarya7619 9 ай бұрын
Really Great Tutorial!
@e-grasp
@e-grasp 9 ай бұрын
Thanks
@vijay_d_weird
@vijay_d_weird Жыл бұрын
Can we use targets/labels like how we use in Makefile ? something like 'make event' ? If it is not possible, could you please suggest some other best and easy build system which supports this?
@e-grasp
@e-grasp Жыл бұрын
Yes it is supported. You can add custom target and execute it Ex: cmake -build build -target test cmake -build build -target install
@vijay_d_weird
@vijay_d_weird Жыл бұрын
@@e-grasp can you paste here a simple sample?
@avinashavi5990
@avinashavi5990 Ай бұрын
I tried this facing an issue " Error LNK1104 cannot open file 'lib\calc.lib' hello_exe C:\Users\User\Desktop\cmake testing\cmake buidl test\build5\LINK 1" cmake_minimum_required(VERSION 3.10) project("hello") add_library(calc SHARED lib/calc.cpp) add_executable(hello_exe main.cpp) target_link_libraries(hello_exe calc)
@AshokKumar-qi4nr
@AshokKumar-qi4nr Жыл бұрын
Please make subsequent parts
@e-grasp
@e-grasp Жыл бұрын
I gonna put a complete playlists
@shambhukumarvlogs0
@shambhukumarvlogs0 Жыл бұрын
kindly upload next part lectures
@Learner-Explorer
@Learner-Explorer Жыл бұрын
Good work Bhavith :) I'm impressed, can you make series of CMake? Cover PUBLIC, PRIVATE and other stuff as well. There is much more into this. As documentation on cmake webpage is S%%T and very confusing.
@e-grasp
@e-grasp Жыл бұрын
Sure I gonna do it, if you like kindly share and subscribe
@Learner-Explorer
@Learner-Explorer Жыл бұрын
@@e-grasp Already did that ;)
@maddusomeshkumar
@maddusomeshkumar Жыл бұрын
sir ...pls upload part 2, part 3 ASAP @@e-grasp
@vijaykumarkari
@vijaykumarkari 2 жыл бұрын
nice explanation and useful concept bhavith 👍👌
@e-grasp
@e-grasp 2 жыл бұрын
Thanks Vijay
@lakshmijacharya9175
@lakshmijacharya9175 2 жыл бұрын
Really it's helpful
@e-grasp
@e-grasp 2 жыл бұрын
Glad to hear that
@AMITKUMAR-ys4oe
@AMITKUMAR-ys4oe 2 жыл бұрын
Thanks Sir for this detailed video. I have one confusion. If i generate a library and give it to someone along with header files, then do i need to tell them about build system which i have used to generate library. Will that have any effect on how they build application using the library.
@e-grasp
@e-grasp Жыл бұрын
Yes Amit you are correct, I will upload video on that. Also you need to expose your headers.
@ZeroCooll754
@ZeroCooll754 Жыл бұрын
Dear sir, I couldn't find the part 2 and part 3
@e-grasp
@e-grasp Жыл бұрын
I am preparing a content for it I gonna upload it
@markuskluever4059
@markuskluever4059 Жыл бұрын
thank you!
@AzizBenmaaouia-g2q
@AzizBenmaaouia-g2q 10 ай бұрын
Legend
Learn & understand CMake under 18 minutes (Made for noobs)
17:43
Why CMake?
13:03
sudocpp
Рет қаралды 30 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
CMake, How it Works (At Three Different Levels)
4:36
Kea Sigma Delta
Рет қаралды 22 М.
Simplified CMake Tutorial
27:47
kandodev
Рет қаралды 126 М.
Learning CMake - Part 1 - The Basics
19:07
Riley Entertainment Games
Рет қаралды 16 М.
CMake Tutorial EP 2 | Libraries and Subdirectories
17:29
Code, Tech, and Tutorials
Рет қаралды 118 М.
Основы CMake // Демо-занятие курса «Специализация C++ Developer»
1:17:47
OTUS IT Онлайн - образование
Рет қаралды 4,6 М.
Do you even test? (your code with CMake)
12:38
Code for yourself
Рет қаралды 26 М.
Better CMake Part 1 -- Basic Project Setup and Usage
11:31
Jefferson Amstutz
Рет қаралды 48 М.
CMake: How to Build and Package C/C++ Projects
1:53:56
CSESoc
Рет қаралды 50 М.
Modern CMake for C++
11:38
Smok Code
Рет қаралды 49 М.