root/bdm/CMakeLists.txt @ 19

Revision 19, 347 bytes (checked in by smidl, 16 years ago)

Switch to CMake

  • Property svn:eol-style set to native
Line 
1# Create a library called "Hello" which includes the source file "hello.cxx".
2# The extension is already found.  Any number of sources could be listed here
3
4add_library (bdm itpp_ext.cpp math/libDC.cpp stat/libBM stat/libEF stat/libDS  stat/libFN estim/libKF estim/libPF)
5
6add_subdirectory (stat)
7add_subdirectory (math)
8add_subdirectory (estim)
Note: See TracBrowser for help on using the browser.