mirror of
https://github.com/BlackMATov/kari.hpp.git
synced 2025-12-13 04:56:49 +07:00
kari_hpp to kari.hpp for include path
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include "kari_hpp/kari.hpp"
|
#include "kari.hpp/kari.hpp"
|
||||||
```
|
```
|
||||||
|
|
||||||
Also, you can add the root repository directory to your [cmake](https://cmake.org) project:
|
Also, you can add the root repository directory to your [cmake](https://cmake.org) project:
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#define CATCH_CONFIG_FAST_COMPILE
|
#define CATCH_CONFIG_FAST_COMPILE
|
||||||
#include <catch2/catch.hpp>
|
#include <catch2/catch.hpp>
|
||||||
|
|
||||||
#include <kari_hpp/kari.hpp>
|
#include <kari.hpp/kari.hpp>
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|||||||
Reference in New Issue
Block a user