eive-obsw/thirdparty/tas/CMakeLists.txt
Robin Mueller 048cd89053
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
use scoped includes
2022-11-04 09:45:32 +01:00

10 lines
153 B
CMake

target_sources(${OBSW_NAME} PRIVATE
hdlc.c
uart.c
crc.c
)
target_include_directories(${OBSW_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
)