Skip to content

Commit

Permalink
Update services module.
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanghat committed Nov 15, 2024
1 parent fd72d08 commit 6987219
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "librender_cdk/extern/dotenv-cpp"]
path = librender_cdk/extern/dotenv-cpp
url = https://github.com/lexara-prime-ai/dotenv-cpp
[submodule "librender_cdk/extern/json"]
path = librender_cdk/extern/json
url = https://github.com/lexara-prime-ai/json.git
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ clean: cpp-clean


# deps:
# apt-get install libjsoncpp-dev
# sudo apt -y install nlohmann-json3-dev
#
1 change: 1 addition & 0 deletions librender_cdk/extern/json
Submodule json added at 182511
Binary file added librender_cdk/main_executable
Binary file not shown.
1 change: 1 addition & 0 deletions librender_cdk/src/service_manager.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "service_manager.h"
#include <jsoncpp/json/json.h>
#include <iostream>
#include <sstream>

Expand Down
2 changes: 1 addition & 1 deletion librender_cdk/src/service_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define SERVICE_MANAGER_H

#include <curl/curl.h>
#include <jsoncpp/json/json.h>
#include <nlohmann/json.hpp>
#include <string>
#include <vector>

Expand Down

0 comments on commit 6987219

Please sign in to comment.