Windows-MSVC-C.cmake 137 B

12345
  1. include(Platform/Windows-MSVC)
  2. if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 18.0)
  3. set(_FS_C " /FS")
  4. endif()
  5. __windows_compiler_msvc(C)