CMake/Modules/Platform/Windows-OpenWatcom-CXX.cmake
Raul Tambre 56c759b000 Per-language Win32/Console flags
Allows using different compilers with different flags for different languages.
For example Clang with GNU-like commandline for CXX and MSVC as host compiler
for CUDA.

Should help with #21914.
2021-03-17 17:51:56 +02:00

3 lines
64 B
CMake

include(Platform/Windows-OpenWatcom)
__windows_open_watcom(CXX)