Files
SDK_STM32F302x/kernel/FreeRTOS-Plus/Source/AWS/jobs/jobsFilePaths.cmake
gaoyang3513 a345df017b [修改] 增加freeRTOS
1. 版本FreeRTOSv202212.01,命名为kernel;
2023-05-06 16:43:01 +00:00

13 lines
399 B
CMake

# This file adds source files and include directories
# into variables for use from different repositories
# in their Cmake based build systems. Only the library
# files are added.
# JOBS library source files.
set( JOBS_SOURCES
${CMAKE_CURRENT_LIST_DIR}/source/jobs.c )
# JOBS library Public Include directories.
set( JOBS_INCLUDE_PUBLIC_DIRS
${CMAKE_CURRENT_LIST_DIR}/source/include )