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 3b2bca9 commit 363e7d4Copy full SHA for 363e7d4
1 file changed
cmake/Macros.cmake
@@ -54,6 +54,7 @@ function(tgui_set_global_compile_flags target)
54
/Zc:__cplusplus
55
/Zc:preprocessor
56
/Zc:inline
57
+ /Zc:enumTypes
58
)
59
else()
60
target_compile_options(${target} PRIVATE
0 commit comments