Sha256: 25210defc479a107f062fbbe064a05fc51e17afc417912c74aa5b94e3a3585fb
Contents?: true
Size: 398 Bytes
Versions: 4
Compression:
Stored size: 398 Bytes
Contents
cmake_minimum_required(VERSION 2.8.4) 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)
Version data entries
4 entries across 4 versions & 1 rubygems