Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 620 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 620 Bytes

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