mirror of
https://github.com/BlackMATov/ecs.hpp.git
synced 2025-12-13 02:26:27 +07:00
ecs_hpp to ecs.hpp for include path
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
[ecs.hpp][ecs] is a header-only library. All you need to do is copy the headers files from `headers` directory into your project and include them:
|
[ecs.hpp][ecs] is a header-only library. All you need to do is copy the headers files from `headers` directory into your project and include them:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include "ecs_hpp/ecs.hpp"
|
#include "ecs.hpp/ecs.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 <ecs_hpp/ecs.hpp>
|
#include <ecs.hpp/ecs.hpp>
|
||||||
namespace ecs = ecs_hpp;
|
namespace ecs = ecs_hpp;
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user