Update civetweb
This commit is contained in:
@@ -12,14 +12,18 @@ include_directories(${CMAKE_SOURCE_DIR}/../nats.c/src)
|
||||
file(
|
||||
GLOB_RECURSE
|
||||
source_files
|
||||
domo-iot.c
|
||||
domo-iot.cpp
|
||||
)
|
||||
|
||||
add_executable (domo-iot ${source_files})
|
||||
|
||||
target_link_libraries (domo-iot
|
||||
LINK_PUBLIC
|
||||
nats
|
||||
nats_static
|
||||
event
|
||||
pthread
|
||||
event_pthreads
|
||||
civetweb-cpp
|
||||
rt
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user