cmake_cpputest_template/micro-controllers/STM32G0B1CBTx/CMakeLists.txt

10 lines
141 B
CMake
Raw Permalink Normal View History

# uC: STM32G0B1
# Add the headers
include_directories(
./Core/Inc
./Drivers/STM32G0xx_HAL_Driver/Inc
./Drivers/CMSIS/Include
)