mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
chore(file): add sfile/sfilenative backend selection
This commit is contained in:
parent
fb141ff527
commit
a4dec308c2
4 changed files with 126 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ project(storm)
|
|||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
set(WHOA_SFILE_MODE "NATIVE" CACHE STRING "SFile backend (NATIVE or STORMLIB)")
|
||||
set_property(CACHE WHOA_SFILE_MODE PROPERTY STRINGS NATIVE STORMLIB)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/lib/system/cmake"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/vendor/cmake-modules"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue