f407ve_hs_uart/components/app/CMakeLists.txt
Attila Body b1c676c394
Convert the project to CMake
revamp f4ll
move f4ll upstream to codeberg
2025-06-09 11:36:33 +02:00

11 lines
No EOL
229 B
CMake

add_library(app STATIC
src/application.cpp
src/globals.cpp
src/irq_bridge.cpp
)
target_include_directories(app PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/inc
)
target_link_libraries(app PUBLIC stm32cubemx platform f4ll)