Added BUILD rules for blasfeo and hpipm
These are needed for the controls toolbox ct.
Change-Id: I50608f01abfdf24ad52f1dda5a4c81fd079afb16
diff --git a/third_party/blasfeo/include/blasfeo_target.h b/third_party/blasfeo/include/blasfeo_target.h
new file mode 100644
index 0000000..f0022ea
--- /dev/null
+++ b/third_party/blasfeo/include/blasfeo_target.h
@@ -0,0 +1,9 @@
+#ifndef TARGET_X64_INTEL_HASWELL
+#define TARGET_X64_INTEL_HASWELL
+#endif
+#ifndef LA_HIGH_PERFORMANCE
+#define LA_HIGH_PERFORMANCE
+#endif
+#ifndef EXT_DEP
+#define EXT_DEP
+#endif