https://github.com/retifrav/cmake-library-example
An example of creating a C++ library with CMake
https://github.com/retifrav/cmake-library-example
cmake cpp
Last synced: 8 months ago
JSON representation
An example of creating a C++ library with CMake
- Host: GitHub
- URL: https://github.com/retifrav/cmake-library-example
- Owner: retifrav
- License: gpl-3.0
- Created: 2021-03-05T20:15:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T09:58:06.000Z (over 2 years ago)
- Last Synced: 2024-05-01T21:33:02.625Z (almost 2 years ago)
- Topics: cmake, cpp
- Language: CMake
- Homepage:
- Size: 53.7 KB
- Stars: 33
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CMake library example
An example CMake project to demonstrate creating and linking to a C++ library.
More details in the [following article](https://decovar.dev/blog/2021/03/08/cmake-cpp-library/).