Yeah, I typed it correctly in the actual command and missed the C when
copy-pasting it here. Sorry about that.
I also want to know if it's possible to use LLVM 10 with the ClangCl toolset in
VS2019. The toolchain file itself uses LLVM 8.0.1, but I also have LLVM 10
installed on my computer an
I tried to configure a FLTK build with this:
"make .. -G "Visual Studio 16 2019" -A x64 -T "ClangCl"
-DCMAKE_INSTALL_PREFIX=../install
-DCMAKE_CXX_COMPILER=C:/llvm-project/install/bin/clang-cl.exe
-DCMAKE_C_COMPILER=C:/llvm-project/install/bin/clang-cl.exe
-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX