mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-01-23 04:14:35 +08:00
🐛 修复宏定义错误导致无法编译
This commit is contained in:
parent
82d1edc43c
commit
adc8040604
@ -45,7 +45,7 @@ set(TARGET_HEADERS
|
||||
)
|
||||
|
||||
add_definitions(-DVERSION_IN="1.0.0")
|
||||
add_definitions(-DVURI_STR="FluentUI")
|
||||
add_definitions(-DURI_STR="FluentUI")
|
||||
|
||||
add_library(${PROJECT_NAME} ${TARGET_TYPE} ${TARGET_SOURCES} ${TARGET_HEADERS} ${TARGET_RESOURCES})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user