FileMood

Download [ DevCourseWeb.com ] Udemy - CMake on Fire

DevCourseWeb com Udemy CMake on Fire

Name

[ DevCourseWeb.com ] Udemy - CMake on Fire

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.3 GB

Total Files

147

Last Seen

2025-07-26 01:05

Hash

2D8AA3715E7E4331666E5815692F13C8480B524C

/

Get Bonus Downloads Here.url

0.2 KB

/01 - Introduction/

001 Introduction.mp4

32.7 MB

001 Introduction_en.srt

3.5 KB

002 What to Watch Next.html

0.2 KB

003 Installing on Ubuntu.mp4

60.4 MB

003 Installing on Ubuntu_en.srt

5.0 KB

004 Using CMake in Windows Visual Studio and CLion.mp4

33.0 MB

004 Using CMake in Windows Visual Studio and CLion_en.srt

2.0 KB

005 Using CMake in Windows from the Command Line.mp4

102.9 MB

005 Using CMake in Windows from the Command Line_en.srt

7.6 KB

/02 - Basics/

001 A minimal example - part 1.mp4

76.7 MB

001 A minimal example - part 1_en.srt

9.4 KB

002 Minimal example - discussion.mp4

50.2 MB

002 Minimal example - discussion_en.srt

5.6 KB

003 Static Versus Shared Libraries.mp4

32.1 MB

003 Static Versus Shared Libraries_en.srt

3.2 KB

004 Basic Library Example.mp4

98.9 MB

004 Basic Library Example_en.srt

9.6 KB

005 Recap.html

1.1 KB

/.../03 - CMake Variables/

001 Intro.mp4

20.7 MB

001 Intro_en.srt

1.8 KB

002 Basic Variables Example.mp4

68.0 MB

002 Basic Variables Example_en.srt

11.7 KB

003 Cache Variables.mp4

89.1 MB

003 Cache Variables_en.srt

8.5 KB

004 Options and cmake-gui.mp4

41.8 MB

004 Options and cmake-gui_en.srt

6.1 KB

005 CMake-gui for Windows.mp4

55.3 MB

005 CMake-gui for Windows_en.srt

3.4 KB

006 Strings.mp4

52.3 MB

006 Strings_en.srt

5.8 KB

007 Lists.mp4

44.2 MB

007 Lists_en.srt

4.8 KB

008 Computing numeric values.mp4

14.6 MB

008 Computing numeric values_en.srt

2.0 KB

009 Recap.html

1.0 KB

/.../04 - Control flow/

001 Conditionals.mp4

27.8 MB

001 Conditionals_en.srt

2.9 KB

002 Conditionals example.mp4

49.2 MB

002 Conditionals example_en.srt

5.1 KB

003 Short practical example.html

0.6 KB

004 Loops.mp4

12.8 MB

004 Loops_en.srt

1.6 KB

005 Loops example.mp4

37.0 MB

005 Loops example_en.srt

4.7 KB

006 Recap.html

1.2 KB

/.../05 - Organizing the project structure/

001 Intro.mp4

50.1 MB

001 Intro_en.srt

5.4 KB

002 Starting project.mp4

15.2 MB

002 Starting project_en.srt

3.5 KB

003 Subfolders (add_subdirectory).mp4

55.9 MB

003 Subfolders (add_subdirectory)_en.srt

4.2 KB

004 Variable scope.mp4

15.7 MB

004 Variable scope_en.srt

2.9 KB

005 Proper way of including headers (target_include_directories).mp4

47.9 MB

005 Proper way of including headers (target_include_directories)_en.srt

6.9 KB

006 Target properties and propagation.mp4

28.5 MB

006 Target properties and propagation_en.srt

2.9 KB

007 Functions.mp4

43.9 MB

007 Functions_en.srt

4.7 KB

008 Functions versus macros.mp4

29.4 MB

008 Functions versus macros_en.srt

4.4 KB

009 Optional arguments.mp4

14.3 MB

009 Optional arguments_en.srt

2.9 KB

010 Keyword arguments - part 1.mp4

93.6 MB

010 Keyword arguments - part 1_en.srt

8.9 KB

011 Keyword arguments - part 2.mp4

92.2 MB

011 Keyword arguments - part 2_en.srt

5.6 KB

012 How did you find this example.html

0.2 KB

013 Including other cmake files.mp4

79.6 MB

013 Including other cmake files_en.srt

6.4 KB

014 Recap.html

2.0 KB

/.../05 - Organizing the project structure/CourseProject3/

CMakeLists.txt

2.3 KB

Version

0.0 KB

main.cpp

0.3 KB

print.cpp

0.2 KB

print.hpp

0.1 KB

sort.cpp

0.1 KB

sort.hpp

0.1 KB

/.../05 - Organizing the project structure/CourseProject3/include/print/

print.hpp

0.1 KB

/.../05 - Organizing the project structure/CourseProject3/include/sort/

sort.hpp

0.1 KB

/.../05 - Organizing the project structure/CourseProject3/src/

CMakeLists.txt

0.0 KB

/.../05 - Organizing the project structure/CourseProject3/src/print/

CMakeLists.txt

0.2 KB

print.cpp

0.2 KB

/.../05 - Organizing the project structure/CourseProject3/src/sort/

CMakeLists.txt

0.2 KB

sort.cpp

0.1 KB

/.../06 - Exporting your project/

001 Exporting and Installing.mp4

21.2 MB

001 Exporting and Installing_en.srt

2.2 KB

002 Using the install command.mp4

36.9 MB

002 Using the install command_en.srt

3.6 KB

003 Installing exports and generating config files.mp4

48.4 MB

003 Installing exports and generating config files_en.srt

4.9 KB

004 Importing your project with find_package().mp4

23.9 MB

004 Importing your project with find_package()_en.srt

3.4 KB

005 Library namespaces, CMAKE_PREFIX_PATH and other details.mp4

39.0 MB

005 Library namespaces, CMAKE_PREFIX_PATH and other details_en.srt

5.0 KB

006 Recap.html

1.2 KB

/.../06 - Exporting your project/ExportAndUse/CourseProject/

CMakeLists.txt

1.2 KB

Version

0.0 KB

main.cpp

0.3 KB

/.../06 - Exporting your project/ExportAndUse/CourseProject/cmake/

semver.cmake

1.8 KB

/.../06 - Exporting your project/ExportAndUse/CourseProject/include/print/

print.hpp

0.1 KB

/.../06 - Exporting your project/ExportAndUse/CourseProject/include/sort/

sort.hpp

0.1 KB

/.../06 - Exporting your project/ExportAndUse/CourseProject/src/

CMakeLists.txt

0.0 KB

/.../06 - Exporting your project/ExportAndUse/CourseProject/src/print/

CMakeLists.txt

0.2 KB

print.cpp

0.2 KB

/.../06 - Exporting your project/ExportAndUse/CourseProject/src/sort/

CMakeLists.txt

0.2 KB

sort.cpp

0.1 KB

/.../06 - Exporting your project/ExportAndUse/UsesSort/

CMakeLists.txt

0.2 KB

main.cpp

0.2 KB

/.../07 - External dependencies/

001 Intro.mp4

25.6 MB

001 Intro_en.srt

1.8 KB

002 About Google Test.html

0.7 KB

003 FetchContent.mp4

71.7 MB

003 FetchContent_en.srt

6.8 KB

004 PkgConfig Projects that are not CMake projects.mp4

72.0 MB

004 PkgConfig Projects that are not CMake projects_en.srt

8.2 KB

005 Manually finding libs and include paths.mp4

72.6 MB

005 Manually finding libs and include paths_en.srt

6.2 KB

006 Find modules.mp4

77.9 MB

006 Find modules_en.srt

8.8 KB

007 Case study FindThreads.mp4

76.8 MB

007 Case study FindThreads_en.srt

9.0 KB

008 Recap.html

1.0 KB

/.../07 - External dependencies/GlibExample/

CMakeLists.txt

0.3 KB

main.c

0.2 KB

/.../08 - Testing your project with CTest/

001 Intro.mp4

20.0 MB

001 Intro_en.srt

1.6 KB

002 Simple example with CTest.mp4

53.4 MB

002 Simple example with CTest_en.srt

4.3 KB

003 Test properties.mp4

64.6 MB

003 Test properties_en.srt

5.2 KB

004 Recap.html

0.8 KB

/.../08 - Testing your project with CTest/CTestProject/

CMakeLists.txt

1.8 KB

Version

0.0 KB

main.cpp

0.3 KB

test.cpp

0.2 KB

test2.cpp

0.3 KB

/.../08 - Testing your project with CTest/CTestProject/cmake/

semver.cmake

1.8 KB

/.../08 - Testing your project with CTest/CTestProject/include/print/

print.hpp

0.1 KB

/.../08 - Testing your project with CTest/CTestProject/include/sort/

sort.hpp

0.1 KB

/.../08 - Testing your project with CTest/CTestProject/src/

CMakeLists.txt

0.0 KB

/.../08 - Testing your project with CTest/CTestProject/src/print/

CMakeLists.txt

0.2 KB

print.cpp

0.2 KB

/.../08 - Testing your project with CTest/CTestProject/src/sort/

CMakeLists.txt

0.2 KB

sort.cpp

0.1 KB

/~Get Your Files Here !/

Bonus Resources.txt

0.4 KB

 

Total files 147


Copyright © 2025 FileMood.com