Skip to content

Commit

Permalink
Merge pull request #215 from xmos/feature/xcommon_cmake_on_v5
Browse files Browse the repository at this point in the history
Add support for XCommon CMake build system on v5.2.0 and above
  • Loading branch information
xalbertoisorna authored May 30, 2024
2 parents 5e74ad5 + dd4b37d commit 2c7bcef
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
lib_mic_array change log
========================

UNRELEASED
----------

* ADDED: Support for XCommon CMake build system

5.2.0
-----

Expand Down Expand Up @@ -215,4 +220,3 @@ lib_mic_array change log
- lib_logging: Added dependency 2.0.0

- lib_xassert: Added dependency 2.0.0

15 changes: 15 additions & 0 deletions lib_mic_array/lib_build_info.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
set(LIB_NAME lib_mic_array)
set(LIB_VERSION 5.2.0)
set(LIB_DEPENDENT_MODULES "lib_xcore_math(2.2.0)")
set(LIB_INCLUDES
api
api/mic_array
api/mic_array/cpp
api/mic_array/etc
api/mic_array/impl
src
src/etc
)
set(LIB_COMPILER_FLAGS -g -Os)

XMOS_REGISTER_MODULE()

0 comments on commit 2c7bcef

Please sign in to comment.