mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +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"
|
"*.cpp"
|
||||||
"big/*.cpp"
|
"big/*.cpp"
|
||||||
"crypto/*.cpp"
|
"crypto/*.cpp"
|
||||||
|
"error/*.cpp"
|
||||||
"hash/*.cpp"
|
"hash/*.cpp"
|
||||||
"queue/*.cpp"
|
"queue/*.cpp"
|
||||||
"string/*.cpp"
|
"string/*.cpp"
|
||||||
"thread/*.cpp"
|
"thread/*.cpp"
|
||||||
"error/*.cpp"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(WHOA_SYSTEM_WIN)
|
if(WHOA_SYSTEM_WIN)
|
||||||
file(GLOB STORM_WIN_SOURCES
|
file(GLOB STORM_WIN_SOURCES
|
||||||
"win/*.cpp"
|
"win/*.cpp"
|
||||||
"thread/win/*.cpp"
|
|
||||||
"error/win/*.cpp"
|
"error/win/*.cpp"
|
||||||
|
"thread/win/*.cpp"
|
||||||
)
|
)
|
||||||
list(APPEND STORM_SOURCES ${STORM_WIN_SOURCES})
|
list(APPEND STORM_SOURCES ${STORM_WIN_SOURCES})
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue