Skip to content
Snippets Groups Projects
  • Andy Green's avatar
    27e86e26
    cmake: allow setting LWS_ROLE_WS · 27e86e26
    Andy Green authored
    You can build lws without support for ws, with -DLWS_ROLE_WS=0.
    
    This is thanks to the role ops isolating all the ws-specific business
    in the ws role.
    
    Also retire more test apps replaced by minmal-examples.
    27e86e26
    History
    cmake: allow setting LWS_ROLE_WS
    Andy Green authored
    You can build lws without support for ws, with -DLWS_ROLE_WS=0.
    
    This is thanks to the role ops isolating all the ws-specific business
    in the ws role.
    
    Also retire more test apps replaced by minmal-examples.