|
# 3rd Party libraries to be built and installed along with gtsam
|
|
|
|
# All the sub-directories that need to be built
|
|
SUBDIRS = Eigen
|
|
|
|
# And the corresponding libraries produced
|
|
# TODO add sublibs when something in 3rdparty actually needs compilation
|
|
# SUBLIBS =
|