feat: develop the basic functions.
This commit is contained in:
@@ -6,6 +6,9 @@ include_directories(include)
|
||||
|
||||
find_package(CURL REQUIRED)
|
||||
find_package(nlohmann_json REQUIRED)
|
||||
find_package(GTest REQUIRED)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
add_executable(leetcode-fetcher main.cpp
|
||||
src/fetcher.cpp)
|
||||
|
||||
Reference in New Issue
Block a user