Browse Source

解决debug模式被传递下去了的问题

master
Lizongdi 4 days ago
parent
commit
4feee02e74
  1. 2
      library/CMakeLists.txt

2
library/CMakeLists.txt

@ -155,8 +155,8 @@ endif()
#
target_compile_definitions(${TARGET_NAME}
PUBLIC $<$<CONFIG:Debug>:DEBUG>
PRIVATE ${GLOBAL_ENABLED_MACROS}
$<$<CONFIG:Debug>:DEBUG>
)
# Include

Loading…
Cancel
Save