diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 13:43:34 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 17:47:30 +0100 |
commit | d481edb3619e251285c238c05f47a121ecd96df7 (patch) | |
tree | ff81314fbcb75ad1272285b827b6c2e8f3ac694e /shaders | |
parent | 58bf715b7932be0e6e611cbde0c6aa6fe82a6f70 (diff) |
cmake: add targets for loader, serialize, draw
Diffstat (limited to 'shaders')
-rw-r--r-- | shaders/tile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/tile.cpp b/shaders/tile.cpp index 859ba4aa..ade9b5a1 100644 --- a/shaders/tile.cpp +++ b/shaders/tile.cpp @@ -1,5 +1,5 @@ #include "shaders/tile.hpp" -#include "loader.hpp" +#include "loader/loader.hpp" #include "compat/assert.hpp" #include "local-coords.hpp" #include <Corrade/Containers/Iterable.h> |