* Cantinho Satkeys

Refresh History
  • j.s.: tenham um excelente fim de semana  49E09B4F
    Hoje às 17:07
  • j.s.: dgtgtr a todos  4tj97u<z
    Hoje às 17:07
  • FELISCUNHA: Boa tarde pessoal  49E09B4F bom fim de semana  htg6454y
    05 de Setembro de 2025, 14:53
  • JPratas: try65hytr A Todos  4tj97u<z classic k7y8j0
    05 de Setembro de 2025, 03:10
  • cereal killa: dgtgtr pessoal  4tj97u<z
    03 de Setembro de 2025, 15:26
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    01 de Setembro de 2025, 11:36
  • j.s.: de regresso a casa  535reqef34
    31 de Agosto de 2025, 20:21
  • j.s.: try65hytr a todos  4tj97u<z
    31 de Agosto de 2025, 20:21
  • FELISCUNHA: ghyt74   49E09B4e bom fim de semana  4tj97u<z
    30 de Agosto de 2025, 11:48
  • henrike: try65hytr     k7y8j0
    29 de Agosto de 2025, 21:52
  • JPratas: try65hytr Pessoal 4tj97u<z 2dgh8i classic k7y8j0
    29 de Agosto de 2025, 03:57
  • cereal killa: dgtgtr pessoal  2dgh8i
    27 de Agosto de 2025, 12:28
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    24 de Agosto de 2025, 11:26
  • janstu10: reed
    24 de Agosto de 2025, 10:52
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    23 de Agosto de 2025, 12:03
  • joca34: cd Vem dançar Kuduro Summer 2025
    22 de Agosto de 2025, 23:07
  • joca34: cd Kizomba Mix 2025
    22 de Agosto de 2025, 23:06
  • JPratas: try65hytr A Todos e Boas Férias 4tj97u<z htg6454y k7y8j0
    22 de Agosto de 2025, 04:22
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    21 de Agosto de 2025, 11:15
  • cereal killa: dgtgtr e boas ferias  r4v8p 535reqef34
    18 de Agosto de 2025, 13:04

Autor Tópico: Cmake Mastery: From Fundamentals To Expert Practices  (Lida 60 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 124884
  • Karma: +0/-0
Cmake Mastery: From Fundamentals To Expert Practices
« em: 01 de Novembro de 2024, 11:41 »
Cmake Mastery: From Fundamentals To Expert Practices


Published 10/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 391.40 MB | Duration: 0h 46m
Essential CMake Techniques for Professionals and Students | Continuous Learning Approach


What you'll learn
CMake for a cross platform developer to use in daily basis. Makes your development work much easier and faster by following our cheat sheet and chat media.
We together will prepare a cheat sheet as we progress in this course.
Best Practices
Updated realtime issues & fixes.
Finally, how to work in a project without remembering everting about CMake
How to remember the concepts those are there in CMake.(Believe me, this is really amazing!)
This course will be updated as I find something really helpful for others!
Requirements
Basic knowledge of C or C++
Should be able to write error free code.
Basic knowledge of library creation.
Description
Unlock the power of CMake with this comprehensive course designed for working professionals and engineering students. Begin with installing required tools on macOS, Windows, and Linux. Learn to build executables and libraries and grasp intermediate techniques in CMake. As you progress, expect regular updates introducing advanced topics like generator expressions, linking external libraries, writing Functions and macros, optimising CMake files, using CTest, CPack, VCPkg manager, Ninja generator, custom commands, and auto-generating config.cmake, writing own FindModule, dynamic library linking issues in Windows, automating build process for different pipelines and more. Gain practical knowledge through hands-on projects, including porting your existing Visual Studio legacy projects to modern CMake builds. Elevate your CMake expertise with us. Your journey to mastering CMake starts here! With each phase, you'll gain deeper insights and more control over your build environment, ensuring you can confidently handle any project. Join us and transform your CMake skills from foundational to advanced. Whether you're looking to enhance your career or excel in your studies, this course will provide you with the skills and knowledge you need to succeed. Get ready to take your CMake proficiency to the next level with step-by-step guidance, real-world applications, and expert instruction designed to make you a CMake master."
Overview
Section 1: Introduction
Lecture 1 Our Mission
Lecture 2 WhoIsThisCourseFor
Lecture 3 Prerequisite
Lecture 4[MUST WATCH] Tips
Lecture 5 Environment Setup
Section 2: Phase 1: Start Our Journey Towards CMake
Lecture 6 Agenda
Lecture 7 ToolsToInstall
Lecture 8 What Is CMake
Lecture 9 Why CMake
Lecture 10 What CMake Expects From Us?
Lecture 11 Writing CMakeLists.txt
Lecture 12[DEMO-MAC]: Writing CMakeLists.txt
Lecture 13 CMake Installation-uninstallation
Lecture 14 Possible OUTPUT of a C/C++ program
Lecture 15 First CMake Program (Executable Generation)
Lecture 16[MAC-DEMO]: RUNNING CMAKE TO GENERATE EXECUTABLE
Lecture 17 Folder Structure
Lecture 18 Using Git
Lecture 19 VS Code Installation
Lecture 20 VS 2022 Installation
Lecture 21 Git Tag usages(Download source of current lecture)
Lecture 22 Open VSCode with current component/module
Lecture 23 README explanation
Lecture 24 Demo In Windows(Exe)
Lecture 25 Installation of g++,gcc,CMake
Lecture 26 Demo In Linux(Executable)
Lecture 27 Problems and Solution - During Installation of CMake, WSL
Lecture 28 Use CMake Latest Version 3.30
Lecture 29 Demo using CMake 3.30
Lecture 30 Possibilities
Lecture 31 Dealing with binary(exe)
Section 3: Library Generation
Lecture 32 Dealing with dynamic library(dll, dylib,.so)
Lecture 33 Demonstrate static library - MAC
Lecture 34 Demonstrate static library - Windows
Lecture 35 Demonstrate static library - Linux
Lecture 36 Demonstrate dynamic library - MAC
Lecture 37 Demonstrate dynamic library - Linux
Lecture 38 Demonstrate dynamic library - Windows
Section 4: Project Plan
Lecture 39 HLD
Lecture 40 Design
Lecture 41 Implementation
Section 5: Misc Lectures
Lecture 42 Behind The Scenes
C++ developer who needs to work in a project that uses CMake as build system generator.,Developer wants to add CMake as a new skill in their resume as now a days most of the companies are using CMake.,Students doing R&D in C/C++ and using cross platform practices
Screenshots


Say "Thank You"

rapidgator.net:
Citar
https://rapidgator.net/file/4398d004b65c6b3b316d94b7c8482fb6/xgzwz.Cmake.Mastery.From.Fundamentals.To.Expert.Practices.rar.html

ddownload.com:
Citar
https://ddownload.com/6x1luig9znji/xgzwz.Cmake.Mastery.From.Fundamentals.To.Expert.Practices.rar