ecs_hpp to ecs.hpp for include path

This commit is contained in:
2019-05-14 12:45:27 +07:00
parent d7456c4228
commit 55ab81dc93
3 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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