|
Revision 394, 0.9 kB
(checked in by mido, 17 years ago)
|
|
1) UI_File renamed to UIFile
2) part UI's documentation
3) stat/mixtures.h renamed to stat/emix.h and related changes applied
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | # Make sure the compiler can find include files from our Bdm library. |
|---|
| 2 | include_directories (${BDM_SOURCE_DIR}/bdm) |
|---|
| 3 | |
|---|
| 4 | # Make sure the linker can find the Hello library once it is built. |
|---|
| 5 | link_directories (${BDM_BINARY_DIR}/bdm) |
|---|
| 6 | |
|---|
| 7 | # Add executable called "helloDemo" that is built from the source files |
|---|
| 8 | # "demo.cxx" and "demo_b.cxx". The extensions are automatically found. |
|---|
| 9 | |
|---|
| 10 | # BASIC EXECS |
|---|
| 11 | EXEC(rv_test) |
|---|
| 12 | EXEC(datalink_test) |
|---|
| 13 | EXEC(loggers_test) |
|---|
| 14 | EXEC(test_user_info) |
|---|
| 15 | |
|---|
| 16 | EXEC(chmat_test) |
|---|
| 17 | EXEC(ldmat_test) |
|---|
| 18 | EXEC(fsqmat_test) |
|---|
| 19 | EXEC(enorm_test) |
|---|
| 20 | EXEC(egiw_test) |
|---|
| 21 | EXEC(emix_test) |
|---|
| 22 | EXEC(test0) |
|---|
| 23 | EXEC(testResample) |
|---|
| 24 | |
|---|
| 25 | # ESTIM EXECS |
|---|
| 26 | EXEC(arx_test) |
|---|
| 27 | EXEC(arx_elem_test) |
|---|
| 28 | EXEC(merger_test) |
|---|
| 29 | EXEC(merger_2d_test) |
|---|
| 30 | EXEC(merger_iter_test) |
|---|
| 31 | EXEC(mixtures_test) |
|---|
| 32 | |
|---|
| 33 | EXEC(test_kalman) |
|---|
| 34 | EXEC(test_particle) |
|---|
| 35 | EXEC(testSmp) |
|---|
| 36 | EXEC(testEpdf) |
|---|
| 37 | EXEC(test_kalman_QR) |
|---|
| 38 | EXEC(test_kalman_QRexh) |
|---|
| 39 | |
|---|
| 40 | EXEC(blas_test) |
|---|
| 41 | |
|---|
| 42 | add_subdirectory(tutorial) |
|---|