Changeset 82

Show
Ignore:
Timestamp:
04/18/08 14:11:42 (16 years ago)
Author:
smidl
Message:

testy ld chmat a ui

Location:
tests
Files:
3 added
1 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r73 r82  
    1515# Add executable called "helloDemo" that is built from the source files 
    1616# "demo.cxx" and "demo_b.cxx".  The extensions are automatically found. 
     17add_executable (chmat_test chmat_test.cpp) 
     18target_link_libraries (chmat_test ${BdmLibs}) 
     19 
     20add_executable (ldmat_test ldmat_test.cpp) 
     21target_link_libraries (ldmat_test ${BdmLibs}) 
     22 
     23 
    1724add_executable (test0 test0.cpp) 
    1825add_executable (testKF testKF.cpp) 
     
    2330add_executable (testKF_QR testKF_QR.cpp) 
    2431add_executable (testKF_QRexh testKF_QRexh.cpp) 
     32add_executable (testUI testUI.cpp) 
    2533 
    2634 
     
    3442target_link_libraries (testKF_QR ${BdmLibs}) 
    3543target_link_libraries (testKF_QRexh ${BdmLibs}) 
     44target_link_libraries (testUI ${BdmLibs}) 
    3645