https://github.com/pseudomanifold/cmake-cpp
Example code for using CMake for a C++ project
https://github.com/pseudomanifold/cmake-cpp
cmake cmake-examples cmake-template cxx
Last synced: 8 months ago
JSON representation
Example code for using CMake for a C++ project
- Host: GitHub
- URL: https://github.com/pseudomanifold/cmake-cpp
- Owner: Pseudomanifold
- License: unlicense
- Created: 2018-05-21T13:53:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T19:49:46.000Z (over 7 years ago)
- Last Synced: 2024-12-26T11:09:19.620Z (10 months ago)
- Topics: cmake, cmake-examples, cmake-template, cxx
- Language: CMake
- Size: 3.91 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This repository contains some code examples that demonstrate modern,
standardized CMake usage. Please refer to [this blog post](http://bastian.rieck.me/blog/posts/2018/cmake_tips)
for more details.