root/pmsm/CMakeLists.txt @ 279

Revision 279, 0.5 kB (checked in by smidl, 16 years ago)

Transition of pmsm and libKF

  • Property svn:eol-style set to native
RevLine 
[20]1# Make sure the compiler can find include files from our Bdm library.
[19]2include_directories (${BDM_SOURCE_DIR}/bdm)
3
[117]4# Make sure the linker can find the bdm library once it is built.
[19]5link_directories (${BDM_BINARY_DIR}/bdm)
6
[222]7# no simulator needed...
8EXEC(testbidiff)
[73]9
10
[222]11###STUFF with SIMULATOR
[20]12
[222]13## Build simulator
14add_subdirectory (simulator_zdenek)
15add_subdirectory (simulator_zdenek/ekf_example)
[20]16
[222]17## Use it
[73]18include_directories (./simulator_zdenek)
19link_directories (./simulator_zdenek)
[222]20#link_directories (./simulator_zdenek/ekf_example)
[81]21
[279]22EXEC (pmsm_estim pmsmsim)
Note: See TracBrowser for help on using the browser.