mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Add variable/target property `[CMAKE_]DLL_NAME_WITH_SOVERSION`. Fixes: #24251 Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
7 lines
64 B
C
7 lines
64 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
void dll(void)
|
|
{
|
|
}
|