CMake
This commit is contained in:
14
source/Core/Threads/CMakeLists.txt
Normal file
14
source/Core/Threads/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
set(sources
|
||||
GUIThread.cpp
|
||||
MOVThread.cpp
|
||||
PIDThread.cpp
|
||||
POWThread.cpp
|
||||
shared.cpp
|
||||
)
|
||||
|
||||
|
||||
add_library(threads ${sources})
|
||||
target_include_directories(threads PUBLIC .)
|
||||
target_link_libraries(threads PUBLIC BSP FreeRTOS drivers languages)
|
||||
Reference in New Issue
Block a user