Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 36c8ded

Browse files
authored
Merge pull request #4 from jubalh/link
Link curl library
2 parents 1586163 + 986bc88 commit 36c8ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ add_library(neixConfig STATIC ${config})
6060
add_library(neixHelper STATIC ${helper})
6161

6262
add_executable(neix ${main})
63-
target_link_libraries(neix ${CURSES_LIBRARY})
63+
target_link_libraries(neix ${CURSES_LIBRARY} ${CURL_LIBRARY})
6464
target_link_libraries(neix neixApplication)
6565
target_link_libraries(neix neixFeed)
6666
target_link_libraries(neix neixParser)

0 commit comments

Comments
 (0)