Remove JSON dependency
Signed-off-by: Wirlaburla <wirlaburla@worlio.com>
This commit is contained in:
parent
612f01b8c2
commit
1dda9e3c18
|
@ -4,6 +4,5 @@ SET(CMAKE_CXX_STANDARD 17)
|
|||
SET(CMAKE_CXX_STANDARD_REQUIRED True)
|
||||
SET(CMAKE_CXX_FLAGS "-O3")
|
||||
find_package(CURL REQUIRED)
|
||||
find_package(nlohmann_json 3.2.0 REQUIRED)
|
||||
add_subdirectory(src)
|
||||
install(TARGETS p3ng0 RUNTIME DESTINATION bin)
|
||||
|
|
Loading…
Reference in New Issue
Block a user