mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06:00
DOS 16-bit and 32-bit target support files for cross-compilation by OpenWatcom. It is used if CMAKE_SYSTEM_NAME=DOS is defined. If CMAKE_SYSTEM_PROCESSOR=I86 is defined then 16-bit DOS target is used, otherwise 32-bit DOS target is used.
2 lines
33 B
CMake
2 lines
33 B
CMake
include(Platform/DOS-OpenWatcom)
|