diff options
author | Jiri Malak <malak.jiri@gmail.com> | 2020-04-26 14:52:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-29 11:56:15 (GMT) |
commit | 4197aadecb9498dd314073521470e876043670bb (patch) | |
tree | 93ce67170b3cb0761745870e25d472b510818a09 /Modules/Platform/Linux-OpenWatcom-CXX.cmake | |
parent | d968ec380b1cc0f26a24924a8228474d62f23267 (diff) | |
download | CMake-4197aadecb9498dd314073521470e876043670bb.zip CMake-4197aadecb9498dd314073521470e876043670bb.tar.gz CMake-4197aadecb9498dd314073521470e876043670bb.tar.bz2 |
OpenWatcom: Add Linux support
It is native Linux support for Linux host executable only (only static
library support, no shared library support).
Diffstat (limited to 'Modules/Platform/Linux-OpenWatcom-CXX.cmake')
-rw-r--r-- | Modules/Platform/Linux-OpenWatcom-CXX.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Linux-OpenWatcom-CXX.cmake b/Modules/Platform/Linux-OpenWatcom-CXX.cmake new file mode 100644 index 0000000..383349a --- /dev/null +++ b/Modules/Platform/Linux-OpenWatcom-CXX.cmake @@ -0,0 +1 @@ +include(Platform/Linux-OpenWatcom) |