Skip to content

Commit

Permalink
Fix a link error
Browse files Browse the repository at this point in the history
  • Loading branch information
ueshita committed May 4, 2024
1 parent e006898 commit 7b16976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dev/Cpp/Effekseer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ set(effekseer_public_h
Effekseer/SIMD/Int4_Gen.h
Effekseer/SIMD/Int4_NEON.h
Effekseer/SIMD/Int4_SSE.h
Effekseer/SIMD/Bridge.h
Effekseer/SIMD/Bridge_Gen.h
Effekseer/SIMD/Bridge_NEON.h
Effekseer/SIMD/Bridge_SSE.h
Expand Down
1 change: 1 addition & 0 deletions Dev/Cpp/Effekseer/Effekseer/Model/PointCacheGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "../SIMD/Vec2f.h"
#include "../SIMD/Vec3f.h"
#include "../SIMD/Vec4f.h"
#include "../SIMD/Bridge.h"
#include "../SIMD/Utils.h"
#include "Model.h"
#include "PointCacheGenerator.h"
Expand Down

0 comments on commit 7b16976

Please sign in to comment.