eive-obsw/bsp_linux_board/boardconfig/CMakeLists.txt
Robin Mueller 27ee6bfffc
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
fixes for RPi build
2022-02-22 13:50:46 +01:00

8 lines
126 B
CMake

target_sources(${OBSW_NAME} PRIVATE
print.c
)
target_include_directories(${OBSW_NAME} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)