Files
CMake/Tests/RunCMake/SharedLibraryDefines/CXX.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
61 B
CMake

set(language CXX)
set(extension "cxx")
include(common.cmake)