Changeset 73 for tests/CMakeLists.txt

Show
Ignore:
Timestamp:
04/10/08 15:45:23 (16 years ago)
Author:
smidl
Message:

presun pmsm dokoncen

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r64 r73  
    2323add_executable (testKF_QR testKF_QR.cpp) 
    2424add_executable (testKF_QRexh testKF_QRexh.cpp) 
    25 add_executable (pmsm_unkQ pmsm_unkQ.cpp) 
    26 add_executable (pmsm_unkQpf pmsm_unkQpf.cpp) 
    2725 
    2826 
     
    3634target_link_libraries (testKF_QR ${BdmLibs}) 
    3735target_link_libraries (testKF_QRexh ${BdmLibs}) 
    38 target_link_libraries (pmsm_unkQ ${BdmLibs}) 
    39 target_link_libraries (pmsm_unkQpf ${BdmLibs}) 
    4036 
    41 # PMSM stuff 
    42 add_executable (testbidiff testbidiff.cpp) 
    43 target_link_libraries (testbidiff ${BdmLibs}) 
    44  
    45 include_directories (${BDM_SOURCE_DIR}/simulator_zdenek) 
    46 link_directories (${BDM_BINARY_DIR}/simulator_zdenek) 
    47 link_directories (${BDM_BINARY_DIR}/simulator_zdenek/ekf_example) 
    48 add_executable (pmsm_sim pmsm_sim.cpp) 
    49 add_executable (pmsm_sim2 pmsm_sim2.cpp) 
    50 add_executable (pmsm_sim3 pmsm_sim3.cpp) 
    51 target_link_libraries (pmsm_sim ${BdmLibs} pmsmsim ) 
    52 target_link_libraries (pmsm_sim2 ${BdmLibs} pmsmsim ) 
    53 target_link_libraries (pmsm_sim3 ${BdmLibs} pmsmsim ekf_obj)