root/applications/pmsm/simulator_zdenek/ekf_example/CMakeLists.txt @ 1464

Revision 1464, 400 bytes (checked in by smidl, 12 years ago)

upravy choleskiho + nove qmath

  • Property svn:eol-style set to native
Line 
1add_executable (simulace fixed.cpp matrix.cpp pmsm_mod.cpp pwm.cpp regulace.cpp ekf.cpp simul.cpp )
2add_executable (simulmpf pmsm_mod.cpp pwm.cpp regulace.cpp mpf_double.cpp simulmpf.cpp )
3
4add_executable (test_exp test_exp.c)
5TARGET_LINK_LIBRARIES( test_exp m )
6
7include_directories(../../bdm)
8add_library (ekf_obj ekf_obj.cpp fixed.cpp matrix.cpp matrix_vs.cpp mpf_double.cpp ekf_mm.cpp qmath.cpp)
Note: See TracBrowser for help on using the browser.