Compare commits
2
Commits
91df37328e
...
5960549015
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5960549015 | ||
|
|
644255200e |
@@ -1,3 +0,0 @@
|
||||
[submodule "vendor/json"]
|
||||
path = vendor/json
|
||||
url = https://github.com/nlohmann/json
|
||||
@@ -56,7 +56,6 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
include_directories(
|
||||
"src"
|
||||
"test"
|
||||
"vendor/json/include"
|
||||
)
|
||||
|
||||
# Define source files
|
||||
|
||||
+8
-7
@@ -18,13 +18,14 @@ This package is available through the AUR, linked here [[https://aur.archlinux.o
|
||||
|
||||
*** Build requirements
|
||||
|
||||
+ ~gcc-libs~
|
||||
+ (make) ~cmake~
|
||||
+ (make) ~git~
|
||||
+ (make) ~gzip~
|
||||
+ (optional) ~grep~
|
||||
+ (optional) ~pacman-contrib~
|
||||
+ (optional) ~apt-cache~, ~apt-mark~, ~dpkg-query~
|
||||
- ~gcc-libs~
|
||||
- (make) ~cmake~
|
||||
- (make) ~git~
|
||||
- (make) ~gzip~
|
||||
- (make) ~nlohmann-json~ [[https://archlinux.org/packages/community/any/nlohmann-json/][arch]], [[https://packages.debian.org/search?keywords=nlohmann-json][debian]], [[https://packages.ubuntu.com/search?keywords=nlohmann-json][ubuntu]]
|
||||
- (optional) ~grep~
|
||||
- (optional) ~pacman~ + ~pacman-contrib~
|
||||
- (optional) ~apt~ + ~dpkg~
|
||||
|
||||
The optional requirements are for the package tracking functionality.
|
||||
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "nlohmann/json.hpp"
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
||||
Vendored
-1
Submodule vendor/json deleted from eec79d4e8a
Reference in New Issue
Block a user