Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NoozAbooz committed Oct 22, 2023
1 parent 6e319b8 commit 95c334e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
3 changes: 0 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.
### Added
- Allow Overriidng Custom Skin Server Using ``MCPI_SKIN_SERVER`` Environmental Variable

### Fixed
- Fixed Bug With SDK Generation

## [2.5.0] - 2023-10-20

### Added
Expand Down
13 changes: 1 addition & 12 deletions media-layer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,7 @@ target_include_directories(
# SDK
if(BUILD_ARM_COMPONENTS)
install(TARGETS media-layer-headers EXPORT sdk DESTINATION "${MCPI_SDK_LIB_DIR}")
# Copy Headers
set(GLES_HEADERS "include/GLES")
install(
DIRECTORY "include/"
DESTINATION "${MCPI_SDK_INCLUDE_DIR}/media-layer"
PATTERN "${GLES_HEADERS}" EXCLUDE
)
file(REAL_PATH "${GLES_HEADERS}" GLES_HEADERS)
install(
DIRECTORY "${GLES_HEADERS}/"
DESTINATION "${MCPI_SDK_INCLUDE_DIR}/media-layer/GLES"
)
install(DIRECTORY "include/" DESTINATION "${MCPI_SDK_INCLUDE_DIR}/media-layer")
endif()

# Add Extras
Expand Down

0 comments on commit 95c334e

Please sign in to comment.