blob: ff809bf17cab03ca618f929b46dd65ad4749884f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b393fa7..8a1ce4b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -838,7 +838,9 @@ if(NOT enable-lgpl)
add_subdirectory( lang )
endif(enable-python OR enable-lua OR enable-octave)
add_subdirectory( utils )
+if(enable-examples)
add_subdirectory( examples )
+endif()
if(NOT WIN32)
add_subdirectory( fonts )
endif(NOT WIN32)
|