fixed install script bug due to duplicate inclusion of header files
parent
07bda5aa97
commit
2ac6447cd4
|
@ -15,10 +15,9 @@ check_PROGRAMS =
|
|||
#----------------------------------------------------------------------------------------------------
|
||||
|
||||
# GTSAM core
|
||||
headers += SymbolMap.h Factor.h Conditional.h IndexTable.h
|
||||
headers += SymbolMap.h Factor-inl.h Conditional.h IndexTable.h
|
||||
|
||||
# Symbolic Inference
|
||||
headers += SymbolicFactorGraph.h
|
||||
sources += Factor.cpp SymbolicFactorGraph.cpp
|
||||
check_PROGRAMS += tests/testSymbolicFactor tests/testSymbolicFactorGraph tests/testSymbolicBayesNet
|
||||
check_PROGRAMS += tests/testVariableIndex tests/testVariableSlots
|
||||
|
|
Loading…
Reference in New Issue