GitHub - trym-b/Cmake-cpp-samples: A few samples of the use of CMake
-
Notifications
You must be signed in to change notification settings - Fork 0
Cmake-cpp-samples
This is a small repository shows how to create very simple CMake projects.
How to build a CMake project:
- Open a terminal at in the build folder.
- Then enter:
- And then finally type:
- For installing files (for CMake-create-shared-library only), use:
CMake-basic-example contains an example of basic usage of CMake.
CMake-create-shared-library shows how to create a very simple shared library.
CMake-use-shared-library uses the library created and installed in the CMake-create-shared-library example.