Skip to content

Commit

Permalink
Workflow fixes from mips64-el
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Feb 24, 2024
1 parent 423fdf9 commit 6240d83
Showing 1 changed file with 45 additions and 41 deletions.
86 changes: 45 additions & 41 deletions include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,49 +1,53 @@
add_library(raylib_cpp INTERFACE)

set(RAYLIB_CPP_HEADERS
AudioDevice.hpp
AudioStream.hpp
AutomationEventList.hpp
BoundingBox.hpp
Camera2D.hpp
Camera3D.hpp
Color.hpp
Font.hpp
Functions.hpp
Gamepad.hpp
Image.hpp
Keyboard.hpp
Material.hpp
Matrix.hpp
Mesh.hpp
Model.hpp
ModelAnimation.hpp
Mouse.hpp
Music.hpp
Ray.hpp
RayCollision.hpp
RaylibException.hpp
raylib-cpp-utils.hpp
raylib-cpp.hpp
raylib.hpp
raymath.hpp
Rectangle.hpp
RenderTexture.hpp
Shader.hpp
Sound.hpp
Text.hpp
Texture.hpp
TextureUnmanaged.hpp
Touch.hpp
Vector2.hpp
Vector3.hpp
Vector4.hpp
VrStereoConfig.hpp
Wave.hpp
Window.hpp
)

# Include Directory
target_include_directories(raylib_cpp INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/)

# Set the header files as install files.
install(FILES
AudioDevice.hpp
AudioStream.hpp
AutomationEventList.hpp
BoundingBox.hpp
Camera2D.hpp
Camera3D.hpp
Color.hpp
Font.hpp
Functions.hpp
Gamepad.hpp
Image.hpp
Keyboard.hpp
Material.hpp
Matrix.hpp
Mesh.hpp
Model.hpp
ModelAnimation.hpp
Mouse.hpp
Music.hpp
Ray.hpp
RayCollision.hpp
RaylibException.hpp
raylib-cpp-utils.hpp
raylib-cpp.hpp
raylib.hpp
raymath.hpp
Rectangle.hpp
RenderTexture.hpp
Shader.hpp
Sound.hpp
Text.hpp
Texture.hpp
TextureUnmanaged.hpp
Touch.hpp
Vector2.hpp
Vector3.hpp
Vector4.hpp
VrStereoConfig.hpp
Wave.hpp
Window.hpp
DESTINATION include
${RAYLIB_CPP_HEADERS}
DESTINATION include
)

0 comments on commit 6240d83

Please sign in to comment.