Files
CMake/Tests/RunCMake/SharedLibraryDefines/C.cmake
AJIOB 83bbde5449 MSVC: Define _WINDLL consistently for shared libraries
Visual Studio defines this automatically for `.dll` targets.
For consistency, define it when compiling for the MSVC ABI
with other generators.  Add policy CMP0203 for compatibility.

Fixes: #27253
2025-09-29 18:26:44 -04:00

4 lines
57 B
CMake

set(language C)
set(extension "c")
include(common.cmake)