We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b59718 commit c3802d7Copy full SHA for c3802d7
attachment.patch
@@ -1,5 +1,5 @@
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
-index 745f969..f8f8c28 100644
+index 745f969..fe598e2 100644
3
--- a/CMakeLists.txt
4
+++ b/CMakeLists.txt
5
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.8.4)
@@ -10,6 +10,12 @@ index 745f969..f8f8c28 100644
10
11
set(CMAKE_CXX_STANDARD 11)
12
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)
19
diff --git a/attachments/nginx/nginx_attachment_util/CMakeLists.txt b/attachments/nginx/nginx_attachment_util/CMakeLists.txt
20
index 32014ee..5a8e158 100644
21
--- a/attachments/nginx/nginx_attachment_util/CMakeLists.txt
0 commit comments