Skip to content

Commit

Permalink
fixup! cmake: Add platform-specific definitions and properties
Browse files Browse the repository at this point in the history
Enable additional security check for MSVC.
  • Loading branch information
hebasto committed May 3, 2024
1 parent 08b98f0 commit c06c03e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ if(WIN32)
target_compile_options(core_interface INTERFACE
/utf-8
/Zc:__cplusplus
/sdl
)
# Improve parallelism in MSBuild.
# See: https://devblogs.microsoft.com/cppblog/improved-parallelism-in-msbuild/.
Expand Down

0 comments on commit c06c03e

Please sign in to comment.