mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
Merge branch 'master' of github.com:pantor/inja
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
# See https://cmake.org/cmake/help/latest/policy/CMP0077.html
|
||||
# This allows for setting option variables externally, when this project
|
||||
# is included in another CMake project.
|
||||
cmake_policy(SET CMP0077 NEW)
|
||||
|
||||
project(inja LANGUAGES CXX VERSION 3.4.0)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<a href="https://github.com/pantor/inja/actions">
|
||||
<img src="https://github.com/pantor/inja/workflows/Documentation/badge.svg" alt="Documentation Status">
|
||||
</a>
|
||||
<a href="https://www.codacy.com/manual/pantor/inja?utm_source=github.com&utm_medium=referral&utm_content=pantor/inja&utm_campaign=Badge_Grade">
|
||||
<a href="https://app.codacy.com/gh/pantor/inja/dashboard">
|
||||
<img src="https://app.codacy.com/project/badge/Grade/211718f7a36541819d1244c0e2ee6f08"/>
|
||||
</a>
|
||||
<a href="https://github.com/pantor/inja/releases">
|
||||
|
||||
Reference in New Issue
Block a user