mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-24 05:47:58 -05:00
Unify log for RT1051 and linux platform. Add Logger class where common functions for RT1051 and Linux are stored.
8 lines
153 B
CMake
8 lines
153 B
CMake
set(BOARD_SOURCES
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/board/linux/log_linux.cpp
|
|
|
|
CACHE INTERNAL "")
|
|
|
|
set(BOARD_DIR_INCLUDES CACHE INTERNAL "")
|