root/library/bdm/base/itpp/CMakeLists.txt @ 1383

Revision 1383, 1.6 kB (checked in by sindj, 13 years ago)

Program update, kontrola vypoctu provedena, integruje spravne v nedegenerovanem pripade. JS

Line 
1# Create a library called "bdm" which includes sources from all subdirectories
2
3SET(itpp_base base/bessel.cpp   base/converters.cpp  base/help_functions.cpp  base/mat.cpp        base/parser.cpp  base/specmat.cpp  base/vec.cpp
4base/binary.cpp   base/fastmath.cpp    base/itassert.cpp        base/matfunc.cpp    base/random.cpp  base/svec.cpp
5base/binfile.cpp  base/gf2mat.cpp      base/itfile.cpp          base/operators.cpp  base/smat.cpp    base/timing.cpp)
6
7SET(itpp_algebra base/algebra/cholesky.cpp  base/algebra/eigen.cpp  base/algebra/ls_solve.cpp  base/algebra/qr.cpp     base/algebra/svd.cpp
8base/algebra/det.cpp       base/algebra/inv.cpp    base/algebra/lu.cpp        base/algebra/schur.cpp )
9
10SET(itpp_bessel base/bessel/airy.cpp    base/bessel/gamma.cpp   base/bessel/i0.cpp  base/bessel/iv.cpp  base/bessel/k0.cpp  base/bessel/kn.cpp      base/bessel/struve.cpp
11base/bessel/chbevl.cpp  base/bessel/hyperg.cpp  base/bessel/i1.cpp  base/bessel/jv.cpp  base/bessel/k1.cpp  base/bessel/polevl.cpp)
12
13SET(itpp_math base/math/elem_math.cpp  base/math/error.cpp  base/math/integration.cpp  base/math/misc.cpp)
14
15SET(itpp_signal signal/fastica.cpp signal/filter.cpp signal/filter_design.cpp signal/freq_filt.cpp signal/poly.cpp signal/resampling.cpp signal/source.cpp signal/transforms.cpp signal/window.cpp)
16
17SET(itpp_stat stat/misc_stat.cpp stat/mog_diag.cpp stat/mog_diag_em.cpp stat/mog_diag_kmeans.cpp stat/mog_generic.cpp)
18
19# add BDMLIB compile flag
20#ADD_DEFINITIONS(-DNDEBUG)
21
22# Normal BDM library
23add_library (itpp STATIC ${itpp_base} ${itpp_algebra} ${itpp_bessel} ${itpp_math} ${itpp_signal} ${itpp_stat})
Note: See TracBrowser for help on using the browser.