mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
14 lines
301 B
Diff
14 lines
301 B
Diff
|
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)
|