root/applications/bdmtoolbox/CMakeLists.txt

Revision 896, 372 bytes (checked in by mido, 14 years ago)

cleanup of MemDS and its descendants
bdmtoolbox/CMakeLists.txt slightly changed to avoid unnecessary MEX condition
"indeces" replaced by "indices"

Line 
1# Matlab toolbox of functions from BDM
2
3cmake_minimum_required(VERSION 2.6)
4PROJECT(bdmtoolbox)
5
6# Link it to BDM
7SET(BDM_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../../library")
8SET(CMAKE_MODULE_PATH "${BDM_SOURCE_DIR}/system")
9
10# Load BDM environment
11INCLUDE(SetBdmEnv)
12
13include_directories (${BDM_SOURCE_DIR}/bdm)
14link_directories (${BDM_SOURCE_DIR}/bdm)
15
16add_subdirectory (mex)
Note: See TracBrowser for help on using the browser.