moved stuff to linux folder

This commit is contained in:
2021-02-14 14:55:33 +01:00
committed by Robin Mueller
parent b5fa151415
commit bb7eb5edec
13 changed files with 26 additions and 15 deletions

8
linux/i2c/CMakeLists.txt Normal file
View File

@ -0,0 +1,8 @@
target_sources(${TARGET_NAME} PUBLIC
I2cComIF.cpp
I2cCookie.cpp
)