root/applications/bdmtoolbox/CMakeLists.txt @ 384

Revision 384, 163 bytes (checked in by mido, 15 years ago)

possibly broken?

Line 
1include_directories (${BDM_SOURCE_DIR}/bdm)
2link_directories (${BDM_BINARY_DIR}/bdm)
3
4EXEC(estimator)
5
6IF(MATLAB_FOUND)
7        add_subdirectory (mex)
8ENDIF(MATLAB_FOUND)
Note: See TracBrowser for help on using the browser.