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 impression that I need the .dll files in the
same directory as the .lib, which is being copied.

Looking through the docs is not really helping at this point.

--
Mike Jackson
imikejackson _at_ gee-mail dot com
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to