- Timestamp:
- 07/07/08 15:49:00 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tests/CMakeLists.txt
r129 r132 32 32 add_executable (blas_test blas_test.cpp) 33 33 target_link_libraries (blas_test itpp) 34 35 add_executable (struct_test struct_test.cpp) 36 target_link_libraries (struct_test itpp) 34 37 35 38 add_executable (test0 test0.cpp)