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