root/library/CMakeLists.txt
@
336
Revision 320, 163 bytes (checked in by smidl, 16 years ago) |
---|
Line | |
---|---|
1 | include_directories (${BDM_SOURCE_DIR}/bdm) |
2 | link_directories (${BDM_BINARY_DIR}/bdm) |
3 | |
4 | EXEC(estimator) |
5 | |
6 | IF(MATLAB_FOUND) |
7 | add_subdirectory (mex) |
8 | ENDIF(MATLAB_FOUND) |
Note: See TracBrowser
for help on using the browser.