X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=examples%2FCMakeLists.txt;h=7f00e5e53f5ea92a18182d5c781beba9a49a0c37;hb=c4ca31313f8155e8c531f61d576c13eb07a8fd51;hp=aca268b4c46224ae8742bc6b8287cc7d2159714a;hpb=2461e899ba9046d406248216d92f5ac11a02e6d2;p=irrlicht.git diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index aca268b..7f00e5e 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,37 +1,9 @@ +set(CMAKE_CXX_STANDARD 11) +set(CMAKE_CXX_STANDARD_REQUIRED ON) set(IRREXAMPLES - 01.HelloWorld - 02.Quake3Map - 03.CustomSceneNode - 04.Movement - 05.UserInterface - 06.2DGraphics - 07.Collision - 08.SpecialFX - 09.Meshviewer - 10.Shaders - 11.PerPixelLighting - 12.TerrainRendering - 13.RenderToTexture - 15.LoadIrrFile - 16.Quake3MapShader - 18.SplitScreen - 19.MouseAndJoystick - 20.ManagedLights - 21.Quake3Explorer - 22.MaterialViewer - 23.SMeshHandling - 24.CursorControl - 25.XmlHandling - 26.OcclusionQuery - 27.PostProcessing - 28.CubeMapping - 30.Profiling + # removed ) - -if(WIN32) - list(APPEND IRREXAMPLES 14.Win32Window) -endif() if(UNIX) list(APPEND IRREXAMPLES AutomatedTest) endif()