eive-obsw/bsp_egse/boardconfig/CMakeLists.txt

8 lines
130 B
CMake
Raw Normal View History

2022-02-05 13:19:20 +01:00
target_sources(${TARGET_NAME} PRIVATE
print.c
)
target_include_directories(${TARGET_NAME} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)