aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorAleksi Lindeman <aleksi_888@hotmail.com>2018-02-01 21:15:13 +0100
committerAleksi Lindeman <aleksi_888@hotmail.com>2018-02-01 21:15:19 +0100
commit6f1089db78f14b52b869f5aaa979e52ff5e4c2d7 (patch)
treed79f7abfb0fb9f3d58f9716741512b63fb4193ec /.vscode
parent80a9c135b8bdca64246f147f22d98485e0f05ee5 (diff)
Sync time with ntp server, starting with basic operations
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/c_cpp_properties.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 6c5092f..aff2d2c 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -34,6 +34,8 @@
"/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/include-fixed",
"/usr/include",
"~/.sibs/lib/fmt/4.1.0",
+ "~/.sibs/lib/ntpclient/0.1.0/include",
+ "~/.sibs/lib/sibs-serializer/0.1.0/",
"${workspaceRoot}"
],
"defines": [],
@@ -48,6 +50,8 @@
"/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/include-fixed",
"/usr/include",
"~/.sibs/lib/fmt/4.1.0",
+ "~/.sibs/lib/ntpclient/0.1.0/include",
+ "~/.sibs/lib/sibs-serializer/0.1.0/",
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,