Changeset 33 for tests/CMakeLists.txt

Show
Ignore:
Timestamp:
03/05/08 16:01:56 (16 years ago)
Author:
smidl
Message:

Oprava PF a MPF + jejich implementace pro pmsm system

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r32 r33  
    66 
    77## Save all needed libraries in variable BdmLibs 
    8 SET(BdmLibs bdm itpp_debug) 
    9 #SET(BdmLibs bdm itpp) 
     8#SET(BdmLibs bdm itpp_debug) 
     9SET(BdmLibs bdm itpp) 
    1010 
    1111IF(WIN32) 
     
    2727add_executable (testResample testResample.cpp) 
    2828add_executable (testKF_QR testKF_QR.cpp) 
     29add_executable (testKF_QRexh testKF_QRexh.cpp) 
     30add_executable (pmsm_unkQ pmsm_unkQ.cpp) 
     31add_executable (pmsm_unkQpf pmsm_unkQpf.cpp) 
    2932 
    3033# Link the executable to the Hello library. 
     
    3639target_link_libraries (testResample ${BdmLibs}) 
    3740target_link_libraries (testKF_QR ${BdmLibs}) 
     41target_link_libraries (testKF_QRexh ${BdmLibs}) 
     42target_link_libraries (pmsm_unkQ ${BdmLibs}) 
     43target_link_libraries (pmsm_unkQpf ${BdmLibs})