-
- Downloads
VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries
Teach Visual Studio generators to include object files from object
libraries in the list of objects whose symbols are to be exported.
The Makefile and Ninja generators already did this. Update the
test to cover this case.
Reported-by:
Bertrand Bellenot <Bertrand.Bellenot@cern.ch>
Showing
- Source/cmGlobalVisualStudioGenerator.cxx 7 additions, 0 deletionsSource/cmGlobalVisualStudioGenerator.cxx
- Tests/RunCMake/AutoExportDll/AutoExport.cmake 3 additions, 1 deletionTests/RunCMake/AutoExportDll/AutoExport.cmake
- Tests/RunCMake/AutoExportDll/objlib.c 4 additions, 0 deletionsTests/RunCMake/AutoExportDll/objlib.c
- Tests/RunCMake/AutoExportDll/say.cxx 2 additions, 0 deletionsTests/RunCMake/AutoExportDll/say.cxx
Tests/RunCMake/AutoExportDll/objlib.c
0 → 100644
Please register or sign in to comment