Skip to content

Commit 363e7d4

Browse files
committed
Enable C++ conforming enum underlying type and enumerator type deduction for MSVC
1 parent 3b2bca9 commit 363e7d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/Macros.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function(tgui_set_global_compile_flags target)
5454
/Zc:__cplusplus
5555
/Zc:preprocessor
5656
/Zc:inline
57+
/Zc:enumTypes
5758
)
5859
else()
5960
target_compile_options(${target} PRIVATE

0 commit comments

Comments
 (0)