mirror of
https://github.com/BlackMATov/ecs.hpp.git
synced 2025-12-12 18:16:14 +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:
|
||||
|
||||
```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:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#define CATCH_CONFIG_FAST_COMPILE
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <ecs_hpp/ecs.hpp>
|
||||
#include <ecs.hpp/ecs.hpp>
|
||||
namespace ecs = ecs_hpp;
|
||||
|
||||
namespace
|
||||
|
||||
Reference in New Issue
Block a user