blob: 5af3b26457d7158ae3dfc55827d68e35157cf34c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0303a8f..be43838 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,7 +97,7 @@ if(UNIX)
endif(UNIX)
add_subdirectory(src)
-add_subdirectory(examples)
+#add_subdirectory(examples)
#add_subdirectory(doc)
include(CMakePackageConfigHelpers)
|