f3ddfef137
Remove the old-style "Windows-cl.cmake" and its helper "cl.cmake". Load the information through new-style "Platform/Windows-MSVC-<lang>.cmake" files. Factor information common to C and CXX into a helper file "Platform/Windows-MSVC.cmake" loaded from the per-language files.
3 lines
58 B
CMake
3 lines
58 B
CMake
include(Platform/Windows-MSVC)
|
|
__windows_compiler_msvc(C)
|