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.
-
config-fileDemo how to work with config.h.
