chore(build): tidy cmake files

This commit is contained in:
fallenoak 2023-03-23 12:51:42 -05:00
parent a9bfaa02fc
commit 5aeb2f51a5
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -5,19 +5,19 @@ 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()