# Set warning levels to about the same level for MSVC, GCC, and Clangif(MSVC)target_compile_options(${TARGET_NAME}PRIVATE/W4/WX)else()target_compile_options(${TARGET_NAME}PRIVATE-Wall-Wextra-pedantic-Werror)endif()
123456
# Set warning levels to about the same level for MSVC, GCC, and Clangif(MSVC)target_compile_options(${TARGET_NAME}PRIVATE/W4/WX)else()target_compile_options(${TARGET_NAME}PRIVATE-Wall-Wextra-pedantic-Werror)endif()