CMake
This commit is contained in:
17
source/Core/Src/CMakeLists.txt
Normal file
17
source/Core/Src/CMakeLists.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
set(sources
|
||||
freertos.c
|
||||
FreeRTOSHooks.c
|
||||
gui.cpp
|
||||
main.cpp
|
||||
power.cpp
|
||||
QC3.cpp
|
||||
ScrollMessage.cpp
|
||||
Settings.cpp
|
||||
syscalls.c
|
||||
Translation.cpp
|
||||
)
|
||||
|
||||
|
||||
add_library(mainSource ${sources})
|
||||
target_include_directories(mainSource PUBLIC .)
|
||||
target_link_libraries(mainSource PUBLIC brieflz BSP FreeRTOS drivers languages)
|
||||
Reference in New Issue
Block a user