added rpi support

This commit is contained in:
2020-12-29 01:26:22 +01:00
committed by Robin Mueller
parent a817f43ae9
commit 97331100a8
4 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,7 @@
target_sources(${TARGET_NAME} PRIVATE
print.c
)
target_include_directories(${TARGET_NAME} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)