Convert the project to CMake
revamp f4ll move f4ll upstream to codeberg
This commit is contained in:
parent
bc01b1f0e8
commit
b1c676c394
244 changed files with 159826 additions and 189336 deletions
11
components/app/CMakeLists.txt
Normal file
11
components/app/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue