- Timestamp:
- 04/18/08 14:11:42 (17 years ago)
- Location:
- tests
- Files:
-
- 3 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tests/CMakeLists.txt
r73 r82 15 15 # Add executable called "helloDemo" that is built from the source files 16 16 # "demo.cxx" and "demo_b.cxx". The extensions are automatically found. 17 add_executable (chmat_test chmat_test.cpp) 18 target_link_libraries (chmat_test ${BdmLibs}) 19 20 add_executable (ldmat_test ldmat_test.cpp) 21 target_link_libraries (ldmat_test ${BdmLibs}) 22 23 17 24 add_executable (test0 test0.cpp) 18 25 add_executable (testKF testKF.cpp) … … 23 30 add_executable (testKF_QR testKF_QR.cpp) 24 31 add_executable (testKF_QRexh testKF_QRexh.cpp) 32 add_executable (testUI testUI.cpp) 25 33 26 34 … … 34 42 target_link_libraries (testKF_QR ${BdmLibs}) 35 43 target_link_libraries (testKF_QRexh ${BdmLibs}) 44 target_link_libraries (testUI ${BdmLibs}) 36 45