Skip to content

Commit

Permalink
[WIP] integrate partial of light weight sema
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Apr 29, 2024
1 parent 22521b6 commit 37d2b35
Show file tree
Hide file tree
Showing 7 changed files with 805 additions and 490 deletions.
4 changes: 2 additions & 2 deletions ww/eventloop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ if(APPLE)
endif()

# see Makefile
set(ALL_SRCDIRS . base ssl event util cpputil evpp protocol http http/client http/server mqtt)
set(CORE_SRCDIRS . base ssl event)
set(ALL_SRCDIRS . base event util cpputil evpp protocol http http/client http/server mqtt)
set(CORE_SRCDIRS . base event)
if(WIN32)
if(WITH_WEPOLL)
set(CORE_SRCDIRS ${CORE_SRCDIRS} event/wepoll)
Expand Down
Loading

0 comments on commit 37d2b35

Please sign in to comment.