moved all third-party lib to separate folder

This commit is contained in:
2021-02-27 19:32:58 +01:00
committed by Robin Mueller
parent 264191415f
commit fa81b06bea
138 changed files with 22 additions and 2 deletions
CMakeLists.txt
test/testtasks
thirdparty/libcsp
CMakeLists.txt
bindings
python
doc
examples
include
libcsp.mk
src
utils

@@ -0,0 +1,3 @@
target_sources(${LIB_CSP_NAME} PRIVATE
can_socketcan.c
)