mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
[cmake]: added initial support for MSYS2
Currently concerns only arm. tools/ci/testlist/msys2.dat: At the moment I only added the board nucleo-l152re:nsh .github/workflows/build.yml: Enabled cmake for msys2
This commit is contained in:
@@ -53,8 +53,8 @@ if(EXISTS ${NUTTX_BOARD_ABS_DIR}/../common/CMakeLists.txt)
|
||||
# Create link ARCH_SRC_BOARD_BOARD_SYMLINK
|
||||
|
||||
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/arch/${CONFIG_ARCH}/src/board)
|
||||
file(CREATE_LINK ${NUTTX_BOARD_ABS_DIR}/src
|
||||
${CMAKE_BINARY_DIR}/arch/${CONFIG_ARCH}/src/board/board SYMBOLIC)
|
||||
nuttx_create_symlink(${NUTTX_BOARD_ABS_DIR}/src
|
||||
${CMAKE_BINARY_DIR}/arch/${CONFIG_ARCH}/src/board/board)
|
||||
endif()
|
||||
|
||||
if(EXISTS ${NUTTX_BOARD_ABS_DIR}/../drivers/CMakeLists.txt)
|
||||
|
||||
Reference in New Issue
Block a user