* Cantinho Satkeys

Refresh History
  • JPratas: try65hytr Pessoal  classic k7y8j0
    Hoje às 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37

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

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

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115977
  • 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