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

Revision 1468, 475 bytes (checked in by smidl, 11 years ago)

uprava generatoru

  • 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 )
6add_executable (test_rng test_rng.cpp)
7TARGET_LINK_LIBRARIES( test_exp m )
8
9include_directories(../../bdm)
10add_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.