mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
chore(build): resolve MSVC warnings
This commit is contained in:
parent
df14314ea1
commit
92b0c4778f
6 changed files with 19 additions and 10 deletions
|
|
@ -43,6 +43,8 @@ add_library(storm STATIC
|
|||
${STORM_SOURCES}
|
||||
)
|
||||
|
||||
target_compile_definitions(storm PRIVATE _CRT_SECURE_NO_WARNINGS)
|
||||
|
||||
target_include_directories(storm
|
||||
PUBLIC
|
||||
${PROJECT_SOURCE_DIR}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue