From dfcf63dded68e7bf1eea2112feb6e993d75c9907 Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 6 Mar 2023 11:30:08 +0300 Subject: Reduce include path pollution --- CMakeLists.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 113b3a1..19748b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ set(nixie_clock_sources "third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_adc.c" #"third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_i2c.c" "third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_usart.c" - "third_party/Time/time.c" + "app/time/time.c" "app/indicate/indicate_modes_task.c" "app/button/button_handler.c" "app/button/button_task.c" @@ -95,15 +95,8 @@ target_include_directories(${PROJECT_NAME} PRIVATE "third_party/FreeRTOS/include" "third_party/TouchSense" "third_party/STM32F0xx_StdPeriph_Driver/inc" - "third_party/Time" + "app/time" "app" - "app/nixie_driver" - "app/ltimers" - "app/head_task" - "app/indicate" - "app/light_sensor" - "app/button" - "app/led_driver" "app/platform/stm32f0-gcc/freertos" ) -- cgit v1.2.3