mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-07-27 09:37:19 +02:00

* [aliyun-oss-c-sdk] Add new port * [aliyun-oss-c-sdk] Update the CONTROL file and add the dependency.
13 lines
364 B
Diff
13 lines
364 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 0abcb93..75195a9 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -150,5 +150,5 @@ INSTALL(FILES
|
|
oss_c_sdk/oss_xml.h
|
|
DESTINATION include/oss_c_sdk)
|
|
|
|
-add_subdirectory(oss_c_sdk_sample)
|
|
-add_subdirectory(oss_c_sdk_test)
|
|
+#add_subdirectory(oss_c_sdk_sample)
|
|
+#add_subdirectory(oss_c_sdk_test)
|