aboutsummaryrefslogtreecommitdiff
path: root/cmake/openwattcom/Linux-OpenWatcom-C.cmake
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-11-10 21:42:25 +0300
committerWohlstand <admin@wohlnet.ru>2017-11-10 21:42:25 +0300
commit0da7c26b10d362ffbb7b9d44d7add043f2d7192f (patch)
tree1aa0b0e3c3bb0f557488bdd8e4d35d74b2d9c736 /cmake/openwattcom/Linux-OpenWatcom-C.cmake
parent472cd580a2646d53a86c5bbdce890a3798754200 (diff)
downloadlibADLMIDI-0da7c26b10d362ffbb7b9d44d7add043f2d7192f.tar.gz
libADLMIDI-0da7c26b10d362ffbb7b9d44d7add043f2d7192f.tar.bz2
libADLMIDI-0da7c26b10d362ffbb7b9d44d7add043f2d7192f.zip
Incomplete attempt to provide support for OpenWattcom compiler
Yeah, I see it lacks A LOT OF things: std::vector lacks .data() member, std::map lacks .count() member, there is no any std::stringstream implementations, etc. SOLUTION: Try to use STLPort to provide missing STL support for this compiler
Diffstat (limited to 'cmake/openwattcom/Linux-OpenWatcom-C.cmake')
-rw-r--r--cmake/openwattcom/Linux-OpenWatcom-C.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/openwattcom/Linux-OpenWatcom-C.cmake b/cmake/openwattcom/Linux-OpenWatcom-C.cmake
new file mode 100644
index 0000000..ce9bc45
--- /dev/null
+++ b/cmake/openwattcom/Linux-OpenWatcom-C.cmake
@@ -0,0 +1 @@
+include(Platform/Windows-OpenWatcom)