Skip to content

Commit

Permalink
refactor: update cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter104 committed Sep 14, 2024
1 parent 5bb1061 commit 32dd101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ find_package(Threads REQUIRED)

add_executable(proxy_checker src/main.c ./src/proxy.c ./src/memory.c)
target_include_directories(proxy_checker PRIVATE include)
target_link_libraries(proxy_checker PRIVATE curl Threads::Threads)
target_link_libraries(proxy_checker PRIVATE curl cjson Threads::Threads)

0 comments on commit 32dd101

Please sign in to comment.