Changeset 22 for tests/CMakeLists.txt

Show
Ignore:
Timestamp:
02/18/08 17:50:37 (16 years ago)
Author:
smidl
Message:

upravy Kalmana

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r20 r22  
    2222add_executable (testKF testKF.cpp) 
    2323add_executable (testPF testPF.cpp) 
     24add_executable (testSmp testSmp.cpp) 
    2425 
    2526# Link the executable to the Hello library. 
     
    2728target_link_libraries (testKF ${BdmLibs}) 
    2829target_link_libraries (testPF ${BdmLibs}) 
     30target_link_libraries (testSmp ${BdmLibs})