move all third party stuff into third_party/ (#26853)

* mv fastcluster

* move msm_kgsl.h

* camerad include

* update path

* mv pyextra

* fix tici build

* add acados_template to release build

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: cd8e03d53ed210aec46a2ff728cb4a830314a21a
This commit is contained in:
Adeeb Shihadeh
2022-12-31 21:00:50 -08:00
committed by GitHub
parent 4d1e15b85c
commit b3e47c691b
163 changed files with 18907 additions and 218 deletions
+8
View File
@@ -0,0 +1,8 @@
Import('env')
fc = env.SharedLibrary("fastcluster", "fastcluster.cpp")
# TODO: how do I gate on test
#env.Program("test", ["test.cpp"], LIBS=[fc])
#valgrind --leak-check=full ./test