8:16
Why everyone hates git submodules
Contents: 0:00 - Why git submodules? 0:20 - Cloning submodules 0:48 - git submodule update 1:47 - Making changes to the ...
16:54
How to setup SDL3 as a git submodule with Modern CMake
How to setup SDL3 as a git submodule with Modern CMake I didn't find any resources about any of my requirements, so I just took ...
21:51
CMake Tutorial EP 3 | Git Submodules (adding glfw windowing library example)
full CMake playlist: https://www.youtube.com/watch?v=nlKcXPUJGwA&list=PLalVdRk2RC6o5GHu618ARWh0VO0bFlif4 Find me, ...
33:58
[03/52] CMake and Git Submodules: More Advanced Cases
... dependencies are com come from because the git knows what the Upstream repository is uh Etc and then cmake pairs with that ...
11:47
Git Submodule: Setting up CMake Projects in Windows
gamedev #gamedevelopment #programming A simple demonstration of how to set up my github code in Windows, I forgot to ...
1:27:17
How to set up a project to use cmake, libcwd and aicxx git submodules.
In this video I create a little example project from scratch (on linux) to use cmake, libcwd (C++ debugging support) and cwds (even ...
1:10
C++ : How to include existing CMake git repo as submodule in my own CMake project?
C++ : How to include existing CMake git repo as submodule in my own CMake project? To Access My Live Chat Page, On Google ...
14:52
Git Submodules Tutorial | For Beginners
Hello! Today's video is looking at Git Submodules. Most people think badly of submodules and tend to stay away from them, but I ...
16:31
Adding KDAlgorithms as a Git Sub-Module
If you want to use some other git projects in your code base, you have a few competing options. The, by far, simplest one is to just ...
1:22
C++ : C++ with git and CMake: How to build submodules with specific parameters?
C++ : C++ with git and CMake: How to build submodules with specific parameters? To Access My Live Chat Page, On Google, ...
15:41
In the previous video, we learned some CMake basics. Today, we'll put that knowledge into action by building a full GDExtension ...
3:00
How to clone specific submodules from Boost using cmake
boost: How to clone specific submodules from Boost using cmake Thanks for taking the time to learn more. In this video I'll go ...
2:13
How to handle a transitive dependency conflict using Git submodules and CMake?
c++: How to handle a transitive dependency conflict using Git submodules and CMake? Thanks for taking the time to learn more.
1:10
C++ : How to handle a transitive dependency conflict using Git submodules and CMake?
C++ : How to handle a transitive dependency conflict using Git submodules and CMake? To Access My Live Chat Page, On ...
17:39
How I Structure Cross-Platform C++ Projects with CMake
Managing C++ projects across different platforms can be a challenge, especially when dealing with multiple compilers like MSVC ...
52:57
034 - Changing how CMake imports external libraries
CMake by default comes with a bunch of modules that make finding, including and linking external libraries much easier. However ...
13:40
Compiling teeworlds 0.7 linux (cmake & bam)
... cmake git libfreetype6-dev libsdl2-dev libpnglite-dev libwavpack-dev python3 git clone https://github.com/teeworlds/teeworlds ...
3:02
How to Use the Git Submodule Init and Update Command by Example
Seriously? Nobody has even commented on the submarine flying the Git flag? I put a lot of effort into these stupid images!
58:00
emBO++ 21 - Markus Werle - Saying Goodbye to Dependency Hell with Git and Modern CMake
Markus Werle presents the possibilities of seamlessly integrating Git and CMake which gives developers flexibility while ...
11:29
In this video we understand in detail about submodules in Git. This we understood while we faced an issue. We learn about ...