]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/cube/cube.bkl
extending docs according #9713
[wxWidgets.git] / samples / opengl / cube / cube.bkl
index 342b43bb7a1ca0c47b159eca2139d4ec629c8e83..a391390a711d6291a6a7471cbd8a5cc5a43c939b 100644 (file)
@@ -5,6 +5,10 @@
 
     <include file="../../../build/bakefiles/common_samples.bkl"/>
 
+    <if cond="OUT_OF_TREE_MAKEFILES=='1'">
+        <set var="USE_OPENGL">1</set>
+    </if>
+
     <exe id="cube" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'">
         <sources>cube.cpp</sources>
         <wx-lib>gl</wx-lib>