Skip to content

Commit c3802d7

Browse files
authored
Update attachment.patch
Signed-off-by: Zoey <[email protected]>
1 parent 6b59718 commit c3802d7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

attachment.patch

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index 745f969..f8f8c28 100644
2+
index 745f969..fe598e2 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
55
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.8.4)
@@ -10,6 +10,12 @@ index 745f969..f8f8c28 100644
1010

1111
set(CMAKE_CXX_STANDARD 11)
1212

13+
@@ -10,5 +11,3 @@ include_directories(core/include/attachments)
14+
15+
add_subdirectory(core)
16+
add_subdirectory(attachments)
17+
-add_subdirectory(docker)
18+
-add_subdirectory(nodes)
1319
diff --git a/attachments/nginx/nginx_attachment_util/CMakeLists.txt b/attachments/nginx/nginx_attachment_util/CMakeLists.txt
1420
index 32014ee..5a8e158 100644
1521
--- a/attachments/nginx/nginx_attachment_util/CMakeLists.txt

0 commit comments

Comments
 (0)