Skip to content
Snippets Groups Projects
Commit 0a07bea8 authored by Clément's avatar Clément
Browse files

update CMake

parent 6f154c0c
Branches
No related merge requests found
Pipeline #107664 failed with stages
in 1 second
......@@ -23,11 +23,12 @@ add_executable(proxy
add_executable(endpoint
src/server/server.c
src/endpoint.c
src/crc/polynomial_div.c
src/crc/correction_table.c)
src/utils/crc.c
)
add_executable(client
src/client.c)
src/client.c
src/utils/crc.c)
target_link_libraries(proxy PRIVATE Threads::Threads)
target_link_libraries(client PRIVATE Threads::Threads)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment