mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-27 05:38:37 +08:00
The debug shared library only works on windows
This commit is contained in:
parent
a123dfbccf
commit
f1589e9d1a
@ -72,4 +72,9 @@ if(WIN32)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
#如果是debug,则生成的库文件名后面拼接d
|
#如果是debug,则生成的库文件名后面拼接d
|
||||||
|
# 在MinGW和GCC/Clang中, 默认不会链接带`d`后缀的动态库
|
||||||
|
if(MSVC)
|
||||||
set_target_properties(fluentuiplugin PROPERTIES DEBUG_POSTFIX "d")
|
set_target_properties(fluentuiplugin PROPERTIES DEBUG_POSTFIX "d")
|
||||||
|
endif(MSVC)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user