root/bdm/CMakeLists.txt @ 37

Revision 37, 300 bytes (checked in by smidl, 16 years ago)

Matrix in Cholesky decomposition, Square-root Kalman and many bug fixes

  • Property svn:eol-style set to native
Line 
1# Create a library called "bdm" which includes sources from all directories
2
3SET(BdmMath math/libDC.cpp math/chmat.cpp)
4SET(BdmStat stat/libDS.cpp stat/libFN.cpp stat/libBM stat/libEF )
5SET(BdmEstim estim/libKF.cpp estim/libPF.cpp)
6
7
8add_library (bdm itpp_ext.cpp ${BdmMath} ${BdmStat} ${BdmEstim})
Note: See TracBrowser for help on using the browser.