mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
6 lines
144 B
CMake
6 lines
144 B
CMake
cmake_minimum_required(VERSION 3.12)
|
|
|
|
add_library(FreeRTOS list.c queue.c tasks.c timers.c event_groups.c)
|
|
|
|
include_directories(AFTER include)
|