mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(build): tidy cmake files
This commit is contained in:
parent
a9bfaa02fc
commit
5aeb2f51a5
1 changed files with 3 additions and 3 deletions
|
|
@ -5,18 +5,18 @@ file(GLOB STORM_SOURCES
|
|||
"*.cpp"
|
||||
"big/*.cpp"
|
||||
"crypto/*.cpp"
|
||||
"error/*.cpp"
|
||||
"hash/*.cpp"
|
||||
"queue/*.cpp"
|
||||
"string/*.cpp"
|
||||
"thread/*.cpp"
|
||||
"error/*.cpp"
|
||||
)
|
||||
|
||||
if(WHOA_SYSTEM_WIN)
|
||||
file(GLOB STORM_WIN_SOURCES
|
||||
"win/*.cpp"
|
||||
"thread/win/*.cpp"
|
||||
"error/win/*.cpp"
|
||||
"thread/win/*.cpp"
|
||||
)
|
||||
list(APPEND STORM_SOURCES ${STORM_WIN_SOURCES})
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue