clang-tidy applied and CMake installation of the single header added (#287)

* Fixed headers and linter marks applied

Headers were wrong.
Applied some linter suggestions. There are still many left.

* CMake adjusted for single header

CMake can now install the single header.
Removed an unneeded header.

---------

Co-authored-by: Berscheid <1885260+pantor@users.noreply.github.com>
This commit is contained in:
Matheus Werny
2024-10-05 09:36:11 +02:00
committed by GitHub
parent 1281271fda
commit 92994bec0a
17 changed files with 163 additions and 71 deletions

View File

@@ -1,5 +1,11 @@
// Copyright (c) 2020 Pantor. All rights reserved.
#include <doctest/doctest.h>
#include <string>
#include "inja/environment.hpp"
#include "inja/inja.hpp"
TEST_CASE("functions") {
inja::Environment env;