mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-05 18:24:12 +00:00
feat: refactor web server to be generic and add websockets framework (#1786)
* Break out changes into a smaller subset * NL@EOF * fix windows bs add player ws updates add websocket docs * tested everything to make sure it works * Address Feedback
This commit is contained in:
7
dWeb/CMakeLists.txt
Normal file
7
dWeb/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
set(DWEB_SOURCES
|
||||
"Web.cpp")
|
||||
|
||||
add_library(dWeb STATIC ${DWEB_SOURCES})
|
||||
|
||||
target_include_directories(dWeb PUBLIC ".")
|
||||
target_link_libraries(dWeb dCommon mongoose)
|
Reference in New Issue
Block a user