1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-04-30 06:57:20 +08:00

The debug shared library only works on windows

This commit is contained in:
parker-int64 2023-05-26 10:24:30 +08:00
parent a123dfbccf
commit f1589e9d1a

@ -72,4 +72,9 @@ if(WIN32)
endif()
#debugd
# MinGWGCC/Clang, `d`
if(MSVC)
set_target_properties(fluentuiplugin PROPERTIES DEBUG_POSTFIX "d")
endif(MSVC)