Skip to content

Commit c8a910e

Browse files
authored
Add missing includes to CMake install
Fixes #311
1 parent 344d529 commit c8a910e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ set(RAYLIB_CPP_HEADERS
88
Camera2D.hpp
99
Camera3D.hpp
1010
Color.hpp
11+
FileData.hpp
12+
FileText.hpp
1113
Font.hpp
1214
Functions.hpp
1315
Gamepad.hpp
@@ -16,6 +18,7 @@ set(RAYLIB_CPP_HEADERS
1618
Material.hpp
1719
Matrix.hpp
1820
Mesh.hpp
21+
MeshUnmanaged.hpp
1922
Model.hpp
2023
ModelAnimation.hpp
2124
Mouse.hpp

0 commit comments

Comments
 (0)