mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 18:51:36 +01:00
eigen: svd example, use pkg-config
This commit is contained in:
@@ -15,6 +15,7 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_EIGEN),y)
|
||||
# Header only.
|
||||
#LIBS += -leigen
|
||||
CXXFLAGS_EXTRA += $(shell $(PKG_CONFIG) --cflags --libs eigen3)
|
||||
else
|
||||
OUTS := $(filter-out eigen%$(OUT_EXT),$(OUTS))
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user