I have a trivial library that I'm building with a SHARED attribute and I'm installing it into a lib directory with a cmake list file thus:
ADD_LIBRARY(Test SHARED Test.cpp) INSTALL(TARGETS Test LIBRARY DESTINATION lib) I've managed to build this into a .dll under Win32 finally, but the PACKAGE target, run from VS, only packages up the .lib file, not the .dll. Anyone know what I've done wrong ? -- Regards Steve Collyer Netspinner Ltd _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
