diff options
Diffstat (limited to 'Modules/Platform/Windows-cl.cmake.in')
-rw-r--r-- | Modules/Platform/Windows-cl.cmake.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-cl.cmake.in b/Modules/Platform/Windows-cl.cmake.in new file mode 100644 index 0000000..7c42a54 --- /dev/null +++ b/Modules/Platform/Windows-cl.cmake.in @@ -0,0 +1,4 @@ +SET(CMAKE_VC_COMPILER_TESTS_RUN 1) +SET(CMAKE_COMPILER_SUPPORTS_PDBTYPE @CMAKE_COMPILER_SUPPORTS_PDBTYPE@) +SET(CMAKE_COMPILER_2005 @CMAKE_COMPILER_2005@) +SET(CMAKE_USING_VC_FREE_TOOLS @CMAKE_USING_VC_FREE_TOOLS@) |