mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
change made in portable/CMakeLists.txt to create only one static library
This commit is contained in:
parent
8e664fc984
commit
f445da0df8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ endif()
|
|||
|
||||
# FreeRTOS internal cmake file. Do not use it in user top-level project
|
||||
|
||||
add_library(freertos_kernel_port STATIC
|
||||
add_library(freertos_kernel_port OBJECT
|
||||
# TEMPLATE Port
|
||||
$<$<STREQUAL:${FREERTOS_PORT},TEMPLATE>:
|
||||
template/port.c>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue