Skip to content

MambaWong/learning-cmake

 
 

Repository files navigation

learning-cmake

This is a simple CMake practice project which contains some different scenarios.

  • hello_world

    Demo a simplest CMake project.

  • hello_world_clear

    Separate the output files and src files.

  • hello_world_lib

    Demo how to make a static/shared library.

  • hello_world_shared

    Demo how to utilize external static/shared library.

  • curl

    Demo how to use cmake with curl.

  • hello-module

    Demo how to use cmake find module.

Bitdeli Badge

Releases

No releases published

Packages

No packages published

Languages

  • CMake 70.4%
  • C 29.5%
  • Shell 0.1%