root/library/CMakeLists.txt @ 320

Revision 320, 163 bytes (checked in by smidl, 15 years ago)

CMake compilation of mexes

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.