-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
81 changed files
with
3,895 additions
and
11,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
find_package(buracchi-argparser CONFIG REQUIRED) | ||
find_package(buracchi-common CONFIG REQUIRED) | ||
find_package(libevent CONFIG REQUIRED) | ||
|
||
add_executable(client | ||
"src/main.c" | ||
"src/cmdline.c" | ||
"src/connector.c" | ||
"src/service_handler.c") | ||
target_link_libraries(client PRIVATE buracchi::argparser::argparser) | ||
target_link_libraries(client PRIVATE buracchi::common::logger) | ||
target_link_libraries(client PRIVATE buracchi::common::utilities) | ||
target_link_libraries(client PRIVATE libevent::core) | ||
target_link_libraries(client PRIVATE network_utils) | ||
add_executable(client src/main.c) | ||
target_link_libraries(client INTERFACE $<BUILD_INTERFACE:coverage_config>) | ||
target_link_libraries(client PRIVATE network_utils) | ||
target_link_libraries(client PRIVATE logger) | ||
target_link_libraries(client PRIVATE network_utils) | ||
target_link_libraries(client PRIVATE tftp) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.