skeleton wip
This commit is contained in:
@@ -6,13 +6,17 @@ set (CMAKE_MODULE_PATH "${MODULE_PATH}")
|
||||
set (CMAKE_CXX_STANDARD 11)
|
||||
|
||||
include_directories(${CMAKE_SOURCE_DIR}/../nats.c/src)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/src)
|
||||
|
||||
#set(CMAKE_CXX_FLAGS "-Wall -Wextra -pedantic -Werror=strict-aliasing")
|
||||
|
||||
file(
|
||||
GLOB_RECURSE
|
||||
source_files
|
||||
domo-iot.cpp
|
||||
main.cpp
|
||||
server/domo-server.cpp
|
||||
broker/nats-broker.cpp
|
||||
web/web-server.cpp
|
||||
)
|
||||
|
||||
add_executable (domo-iot ${source_files})
|
||||
@@ -24,6 +28,7 @@ target_link_libraries (domo-iot
|
||||
pthread
|
||||
event_pthreads
|
||||
civetweb-cpp
|
||||
json-c
|
||||
rt
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user