Skip to content

Commit

Permalink
update CMakeLists.txt for Posix GCC Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed Feb 9, 2024
1 parent 2f85ed9 commit c31c82b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions FreeRTOS/Demo/Posix_GCC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ target_include_directories( freertos_config
INTERFACE
./
./Trace_Recorder_Configuration
${FREERTOS_PLUS_TRACE_PATH}/Include
${FREERTOS_PLUS_TRACE_PATH}/include
${FREERTOS_PLUS_TRACE_PATH}/kernelports/FreeRTOS/include
)

# Select the heap port
Expand All @@ -60,7 +61,7 @@ target_compile_options( freertos_kernel
$<IF:${COVERAGE_TEST},,-Wno-pointer-to-int-cast>
)

file( GLOB FREERTOS_PLUS_TRACE_SOURCES ${FREERTOS_PLUS_TRACE_PATH}/*.c )
file( GLOB FREERTOS_PLUS_TRACE_SOURCES ${FREERTOS_PLUS_TRACE_PATH}/*.c ${FREERTOS_PLUS_TRACE_PATH}/kernelports/FreeRTOS/*.c )

add_executable( posix_demo
code_coverage_additions.c
Expand Down

0 comments on commit c31c82b

Please sign in to comment.