Skip to content

Commit

Permalink
Update NonModernCMake.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onqtam authored May 21, 2020
1 parent c7cfe97 commit d109be8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion NonModernCMake.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Awesome CMake [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
# Non-Modern (but still awesome) CMake [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

[<img src="https://rawgit.com/onqtam/awesome-cmake/master/cmake-logo.svg" align="right" width="100">](https://cmake.org/)

> This is an archive of pre-modern [CMake](https://cmake.org/) scripts, modules, examples and others
Your contributions are highly welcome (first see [CONTRIBUTING.md](CONTRIBUTING.md)).

This file contains links worth taking a look, but they use obsolete practices which are considered non-modern - like not using `target_*`-based dependency management - see [`#16`](https://github.com/onqtam/awesome-cmake/issues/16) and [`#42`](https://github.com/onqtam/awesome-cmake/pull/42) for more details.

## Contents

- [Community](#community)
- [Resources](#resources)
- [Package Management / Build Systems](#package-management--build-systems)
- [Modules](#modules)
- [Utility Scripts](#utility-scripts)
- [Toolchains](#toolchains)
- [Examples / Templates](#examples--templates)
- [Other](#other)

## Community


Expand Down

0 comments on commit d109be8

Please sign in to comment.