Sha256: 41db5bdc344002c22a94366cdb6c2c055fad2ee7104f80aa76a13e9b0e4a737c
Contents?: true
Size: 482 Bytes
Versions: 9
Compression:
Stored size: 482 Bytes
Contents
cmake_minimum_required(VERSION 2.8.11) PROJECT(mex_functions) include(cmake_mex_wrapper) include(../cmake) # Compile the example_mex_function.cpp file and link it to dlib. Note # that you can give a list of things to link to here. E.g. # add_mex_function(some_other_mex_function pthread dlib fftw) add_mex_function(example_mex_function dlib) add_mex_function(example_mex_callback dlib) add_mex_function(example_mex_struct dlib) add_mex_function(example_mex_class dlib)
Version data entries
9 entries across 9 versions & 1 rubygems