Added omitted headers

release/4.3a0
Frank Dellaert 2010-01-10 18:37:55 +00:00
parent 88ae5380a8
commit d11b2e6bd5
1 changed files with 4 additions and 1 deletions

View File

@ -194,8 +194,11 @@ testSimulated3D_SOURCES = testSimulated3D.cpp
testSimulated3D_LDADD = libgtsam.la
check_PROGRAMS += testSimulated3D
# Pose SLAM headers
headers += BetweenFactor.h LieConfig.h LieConfig-inl.h
# 2D Pose constraints
headers += BetweenFactor.h Pose2Factor.h Pose2Prior.h
headers += Pose2Factor.h Pose2Prior.h
sources += Pose2Config.cpp Pose2Graph.cpp
check_PROGRAMS += testPose2Factor testPose2Config testPose2Graph
testPose2Factor_SOURCES = $(example) testPose2Factor.cpp