Skip to content

Commit

Permalink
poc: removing links and usage of os_net
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioDonda committed Sep 20, 2024
1 parent baf6365 commit 10ae0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ add_subdirectory(pthreads_op)
add_subdirectory(error_messages)
add_subdirectory(mem_op)
add_subdirectory(binaries_op)
add_subdirectory(os_net)
add_subdirectory(regex_op)
add_subdirectory(randombytes)
add_subdirectory(bzip2_op)
Expand Down
4 changes: 2 additions & 2 deletions src/common/debug_op/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ target_link_libraries(debug_op
privsep_op
pthreads_op
error_messages
os_net
binaries_op
regex_op
randombytes
bzip2_op
cjson)
cjson)

0 comments on commit 10ae0e9

Please sign in to comment.