Changeset 32 for tests/CMakeLists.txt

Show
Ignore:
Timestamp:
03/03/08 13:00:32 (16 years ago)
Author:
smidl
Message:

test KF : estimation of R in KF is not possible! Likelihood of y_t is growing when R -> 0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r22 r32  
    66 
    77## Save all needed libraries in variable BdmLibs 
    8 SET(BdmLibs bdm itpp) 
     8SET(BdmLibs bdm itpp_debug) 
     9#SET(BdmLibs bdm itpp) 
    910 
    1011IF(WIN32) 
     
    2324add_executable (testPF testPF.cpp) 
    2425add_executable (testSmp testSmp.cpp) 
     26add_executable (testEpdf testEpdf.cpp) 
     27add_executable (testResample testResample.cpp) 
     28add_executable (testKF_QR testKF_QR.cpp) 
    2529 
    2630# Link the executable to the Hello library. 
     
    2933target_link_libraries (testPF ${BdmLibs}) 
    3034target_link_libraries (testSmp ${BdmLibs}) 
     35target_link_libraries (testEpdf ${BdmLibs}) 
     36target_link_libraries (testResample ${BdmLibs}) 
     37target_link_libraries (testKF_QR ${BdmLibs})