|
|
@ -155,8 +155,8 @@ endif() |
|
|
|
|
|
|
|
|
# ─── 编译宏定义 ───────────────────────────────────────────────────── |
|
|
# ─── 编译宏定义 ───────────────────────────────────────────────────── |
|
|
target_compile_definitions(${TARGET_NAME} |
|
|
target_compile_definitions(${TARGET_NAME} |
|
|
|
|
|
PUBLIC $<$<CONFIG:Debug>:DEBUG> |
|
|
PRIVATE ${GLOBAL_ENABLED_MACROS} |
|
|
PRIVATE ${GLOBAL_ENABLED_MACROS} |
|
|
$<$<CONFIG:Debug>:DEBUG> |
|
|
|
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
# ─── Include 目录 ──────────────────────────────────────────────────── |
|
|
# ─── Include 目录 ──────────────────────────────────────────────────── |
|
|
|