blob: d7573d7662b02fbe3c18834529c67eb1296ab665 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -519,7 +519,9 @@
endif ()
# Setup samples
-add_subdirectory(Samples)
+if (OGRE_BUILD_SAMPLES)
+ add_subdirectory(Samples)
+endif ()
#Add android JNI binding
if(ANDROID)
|