[CMake] INSTALL and Libraries (VS2003.net)

2007-07-13 Thread Mike Jackson
I am trying to figure out in cmake what extra commands I need to set so that when I do an : INSTALL(TARGETS ${MXADATAMODEL_LIB_NAME} LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) the .dll will actually get copied when running the install target under VS 2003.Net? At least I am under the

Re: [CMake] INSTALL and Libraries (VS2003.net)

2007-07-13 Thread Brandon Van Every
On 7/13/07, Mike Jackson [EMAIL PROTECTED] wrote: I am trying to figure out in cmake what extra commands I need to set so that when I do an : INSTALL(TARGETS ${MXADATAMODEL_LIB_NAME} LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) the .dll will actually get copied when running the install