[cmake-developers] MSVC dll define global variables as well as functions?

Richard Thiebaud thiebauddick2 at aol.com
Fri Nov 13 14:14:20 EST 2015


When building a DLL with MSVC, CMAKE 3.4 can now auto-create a .def file 
for all functions in the DLL, but global variables or static class 
variables are not included in the .def file. Could the .def file be 
created with def's for the variables as well as the functions?


More information about the cmake-developers mailing list