Update dependencies list
Signed-off-by: TiagoRG <tiago.rgarcia@ua.pt>
This commit is contained in:
parent
a3f76810ec
commit
0aba29fc8a
|
@ -6,6 +6,11 @@ Currently creating a local copy of remote files on every push
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Install the dependencies:
|
||||||
|
|
||||||
|
- [CrowCpp](https://crowcpp.org/master/)
|
||||||
|
- [nlohmann::json](https://github.com/nlohmann/json)
|
||||||
|
|
||||||
Compile the application:
|
Compile the application:
|
||||||
```console
|
```console
|
||||||
cmake .
|
cmake .
|
||||||
|
|
6
main.cpp
6
main.cpp
|
@ -1,9 +1,9 @@
|
||||||
#include <cstdio>
|
|
||||||
#include <fstream>
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
#include <cstdio>
|
||||||
|
#include <string>
|
||||||
#include <crow/app.h>
|
#include <crow/app.h>
|
||||||
#include <nlohmann/json.hpp>
|
#include <nlohmann/json.hpp>
|
||||||
#include <string>
|
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue