stm32h750/component/CMakeLists.txt

6 lines
170 B
CMake
Raw Normal View History

2024-11-09 21:37:16 +08:00
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/libc libc)
add_library(component STATIC)
target_link_libraries(component libc)
target_link_libraries(component driver)