mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 16:59:08 +00:00
feat(file): implement basic SFile class functions (#110)
This commit is contained in:
parent
a4dec308c2
commit
ac556fbda9
2 changed files with 115 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ if(WHOA_SYSTEM_LINUX)
|
|||
list(APPEND STORM_SOURCES ${STORM_LINUX_SOURCES})
|
||||
endif()
|
||||
|
||||
list(APPEND STORM_SOURCES "file/SFileClass.cpp")
|
||||
|
||||
if(WHOA_SFILE_MODE STREQUAL "STORMLIB")
|
||||
list(APPEND STORM_SOURCES "file/SFile.cpp")
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue