diff --git a/CMakeLists.txt b/CMakeLists.txt index 33642ab1..568c0437 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1327,6 +1327,15 @@ if (LWS_WITH_GENERIC_SESSIONS) else() target_link_libraries(protocol_generic_sessions sqlite3 ) endif(WIN32) + + create_plugin(protocol_lws_messageboard + "plugins/generic-sessions/protocol_lws_messageboard.c" "" "") + if (WIN32) + target_link_libraries(protocol_lws_messageboard ${LWS_SQLITE3_LIBRARIES}) + else() + target_link_libraries(protocol_lws_messageboard sqlite3 ) + endif(WIN32) + endif(LWS_WITH_GENERIC_SESSIONS) diff --git a/plugins/generic-sessions/assets/index.html b/plugins/generic-sessions/assets/index.html index ea970eec..d370f9d9 100644 --- a/plugins/generic-sessions/assets/index.html +++ b/plugins/generic-sessions/assets/index.html @@ -2,12 +2,20 @@
-
![]() |
|
- |