From 0da7c26b10d362ffbb7b9d44d7add043f2d7192f Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Fri, 10 Nov 2017 21:42:25 +0300 Subject: 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 --- cmake/openwattcom/Linux-OpenWatcom-CXX.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 cmake/openwattcom/Linux-OpenWatcom-CXX.cmake (limited to 'cmake/openwattcom/Linux-OpenWatcom-CXX.cmake') diff --git a/cmake/openwattcom/Linux-OpenWatcom-CXX.cmake b/cmake/openwattcom/Linux-OpenWatcom-CXX.cmake new file mode 100644 index 0000000..ce9bc45 --- /dev/null +++ b/cmake/openwattcom/Linux-OpenWatcom-CXX.cmake @@ -0,0 +1 @@ +include(Platform/Windows-OpenWatcom) -- cgit v1.2.3