We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ed8d8 commit 6b53102Copy full SHA for 6b53102
1 file changed
cmake/Macros.cmake
@@ -52,6 +52,7 @@ function(tgui_set_global_compile_flags target)
52
/W4
53
/permissive-
54
/Zc:__cplusplus
55
+ /Zc:preprocessor
56
)
57
else()
58
target_compile_options(${target} PRIVATE
0 commit comments