CMake-Tutorial

  • The tutorial of cmake
  • Suitable for beginners

Content

  • Demo
  • Demo-BuildWithCmake
  • Some other Demo

Demo's Directory Tree

--./Demo
     |---dlls
     |    |---dll1
     |    |    |---dll1.h
     |    |    |---dll1.cpp
     |    |    |---CMakeLists.txt
     |    |---CMakeLists.txt
     |---exes
     |    |---exe1
     |    |    |---main.cpp
     |    |    |---CMakeLists.txt
     |    |---CMakeLists.txt
     |---inc
     |    |---head1.h
     |---libssrc
     |    |---lib1
     |    |    |---lib1.h
     |    |    |---lib1.cpp
     |    |    |---CMakeLists.txt
     |    |---CMakeLists.txt
     |---CMakeLists.txt

Some Videos' Link