]> begriffs open source - freertos/blob - CMakeLists.txt
RP2040: Fix compiler warning and comment (#509)
[freertos] / CMakeLists.txt
1 cmake_minimum_required(VERSION 3.12)
2  
3 add_library(FreeRTOS list.c queue.c tasks.c timers.c event_groups.c)
4
5 include_directories(AFTER include)