[CMake] About copy .dll files into destination directory in windows

2009-05-01 Thread
Hello! I used cmake to generate dll files used for matlab. The cmakelists.txt is listed below cmake_minimum_required( VERSION 2.6 ) # matlab specific stuff set( matlab_include_path D:/Program Files/MATLAB/R2008b/extern/include ) set( lsmlib_include_path F:/VISUAL_STUDIO_PROJECT/LEVEL_SET/lsmlib-1.

[CMake] About link external object files

2009-04-30 Thread
Hello! I am newcomer for cmake! I want to compile an dll files with an object file which generated by gfortran. How to do that ? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html