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?