Implemented DHT
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
|
||||
project(RN-Praxis)
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
add_executable(webserver webserver.c http.c util.c data.c)
|
||||
add_executable(webserver webserver.c http.c util.c data.c dht.c lookup.c)
|
||||
target_compile_options(webserver PRIVATE -Wall -Wextra -Wpedantic)
|
||||
target_link_libraries(webserver PRIVATE -lm)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user