mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Signed-off-by: Sven Eden <yamakuzure@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/13655 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
14 lines
225 B
Diff
14 lines
225 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/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)
|