Changeset 141 for tests/CMakeLists.txt

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

Opraveny warningy

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r134 r141  
    3232add_executable (blas_test blas_test.cpp) 
    3333target_link_libraries (blas_test itpp) 
    34  
    35 add_executable (struct_test struct_test.cpp) 
    36 target_link_libraries (struct_test itpp) 
    37  
    38 add_executable (linefit2_c linefit2_c.cpp) 
    39 target_link_libraries (linefit2_c ${BdmLibs}) 
    4034 
    4135add_executable (test0 test0.cpp)