This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
fsfw_example_public/bsp_stm32_freertos/STM32CubeH7/Drivers/BSP/Components/lan8742/CMakeLists.txt

7 lines
132 B
CMake

target_sources(${TARGET_NAME} PRIVATE
lan8742.c
)
target_include_directories(${TARGET_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
)