CMake Tutorial EP 10 | Running CMake on Windows (like linux) (Over-explained)
In this video, I’ll be going over some of the basics someone should really know if you are coding with C in the Windows environment, and even more so if you would like to use CMake and the terminal for your projects instead of relying on the Visual Studio Community IDE.
Sections:
0:00 - 0. intro
0:25 - 1. ENV VARS
4:23 - 2. COMPILING OPTIONS
5:42 - 3. CMAKE VSCODE MSBUILD (EXAMPLE)
8:55 - 4. where is ?
11:13 - 5. outro
References:
▶
▶
--This CMake playlist --
▶
-- CTT Links --
▶
▶
▶
▶ codetechtuts@ | Business only |
-- Other CTT Playlists You Might Like --
▶ Beginner Cpp:
▶ Blender Video Editing:
▶ Matrix Math:
▶ OpenAL:
▶ OpenGL:
Thanks for coming to the channel to check out a video on Code, Tech, and Tutorials. _support:
☕
Patrons help this channel go round and keep creating. If you don’t like patreon but still would like to support regularly, you can do a similar subscription via the YouTube Join, or through Github’s sponsor button.
🕮
This is were I most the majority of the code seen on the channel.
✍
We have a Discord! We welcome all various code and tech chatter.
☯
I stream code and/or gaming every Thursday! I also randomly stream a time or two throughout most weeks.
7 views
169
48
7 months ago 00:17:01 1
wxWidgets: Layout basics for multiplatform GUI applications in C++ (sizers and splitters)
8 months ago 02:00:14 1
Deep Dive w/Scott: CircuitPython Bugs & Builds #adafruit
10 months ago 00:12:38 3
CMake Tutorial EP 8 | find_library(...) (part 1/2 of find lib)
10 months ago 00:25:03 3
CMake Tutorial EP 9 | find_package modules and config options (2/2 of find libs)
10 months ago 00:13:48 4
CMake Tutorial EP 10 | Running CMake on Windows (like linux) (Over-explained)
10 months ago 00:07:32 5
CMake Tutorial EP 7 | Installing With CPack! (part 2/2 of install)
10 months ago 00:10:11 5
CMake Tutorial EP 4 | Versioning Source Code
10 months ago 00:15:37 62
CMake Tutorial EP 1 | Understanding The Basics
10 months ago 00:36:48 14
CMake Tutorial EP 2 | Libraries | Installing | Pairing with Executables | RE-DONE!