Changeset 145 for tests/CMakeLists.txt

Show
Ignore:
Timestamp:
08/20/08 15:41:21 (16 years ago)
Author:
smidl
Message:

Oprava dokumentace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r144 r145  
    3434add_executable (blas_test blas_test.cpp) 
    3535target_link_libraries (blas_test ${ITppLibs}) 
     36 
     37add_executable (rv_test rv_test.cpp) 
     38target_link_libraries (rv_test ${BdmLibs}) 
    3639 
    3740add_executable (test0 test0.cpp)