mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(thread): implement CSRWLock::Enter and CSRWLock::Leave for windows (#1)
This commit is contained in:
parent
8210d368f6
commit
2fb9fd284c
5 changed files with 61 additions and 6 deletions
|
|
@ -5,6 +5,14 @@ file(GLOB STORM_SOURCES
|
|||
"thread/*.cpp"
|
||||
)
|
||||
|
||||
if(WHOA_PLATFORM_WIN)
|
||||
file(GLOB STORM_WIN_SOURCES
|
||||
"win/*.cpp"
|
||||
"thread/win/*.cpp"
|
||||
)
|
||||
list(APPEND STORM_SOURCES ${STORM_WIN_SOURCES})
|
||||
endif()
|
||||
|
||||
if(WHOA_PLATFORM_MAC)
|
||||
file(GLOB STORM_MAC_SOURCES
|
||||
"mac/*.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue