mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 21:41:03 +00:00
075f645409
The `WINDOWS_EXPORT_ALL_SYMBOLS` target property exports all symbols found in object files explicitly given to the linker. However, the linker may also find additional symbols in dependencies and copy them into the linked binary (e.g. from `msvcrt.lib`). Provide a way to export an explicit list of such symbols by adding a `.def` file as a source file. Fixes: #16473 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
example_dll_2.c | ||
example_dll_2.def | ||
example_dll_gen.c | ||
example_dll_gen.def.in | ||
example_dll.c | ||
example_dll.def | ||
example_exe.c | ||
example_exe.def | ||
example_mod_1.c | ||
split_dll_1.def | ||
split_dll_2.def | ||
split_dll.c |