mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-01 01:10:34 +08:00
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 lines
106 B
CMake
3 lines
106 B
CMake
set(debug_comp_defs "_DEBUG;ASST_DEBUG")
|
|
add_compile_definitions("$<$<CONFIG:Debug>:${debug_comp_defs}>")
|