This is a simple CMake practice project which contains some different scenarios.
-
hello_worldDemo a simplest CMake project.
-
hello_world_clearSeparate the output files and src files.
-
hello_world_libDemo how to make a static/shared library.
-
hello_world_sharedDemo how to utilize external static/shared library.
-
curlDemo how to use cmake with curl.
-
hello-moduleDemo how to use cmake find module.
