🐛 修复宏定义错误导致无法编译

This commit is contained in:
liangliang723 2023-04-23 10:26:06 +08:00
parent 82d1edc43c
commit adc8040604

View File

@ -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})