Describe the bug
The code only works on Unix and can't be easily setup in Windows.
To Reproduce
Steps to reproduce the behavior:
- Download llvm/clang
- Build debug clang install target
- Download clangmetatool
- Configure clangmetatool to use clang debug install dir
- Compile clangmetatool install target (many hundreds of warnings are issued from clang headers, first sign that something is wrong)
- Create tool from the skeleton
- Attempt to compile the skeleton after adjusting CMakeLists.txt for tool name
- Compilation of the skeleton fails due to conflicting compiler settings between clang and the skeleton
Expected behavior
It should Just Work.
Screenshots
Environment (please complete the following information):
- Windows 10
- CMake generator Visual Studio 15 2017 Win64
Additional context
Describe the bug
The code only works on Unix and can't be easily setup in Windows.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should Just Work.
Screenshots
Environment (please complete the following information):
Additional context