Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

friendlyanon/cmake-init-clang-on-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clang-on-windows

This project was generated by cmake-init.
It's heavily stripped down to focus on showing how to use LLVM Clang on Windows with Ninja.

You must write a toolchain file that sets Clang up to use the MSVC linker, system libraries and system headers, then use it with the CMAKE_TOOLCHAIN_FILE variable.

That's it, now you can enjoy having a good compiler even on Windows. ;-)

About

Using LLVM Clang on Windows with CMake

Resources

Stars

Watchers

Forks