cmake: hide detailed info if the user don't want it

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2023-05-20 15:32:48 +08:00
parent e67a91d668
commit 2b1623fbd6
8 changed files with 14 additions and 8 deletions

View File

@ -107,4 +107,4 @@ if(FRAMELESSHELPER_EXAMPLES_DEPLOYQT)
deploy_qt_runtime(TARGET ${DEMO_NAME} ${__extra_flags}) deploy_qt_runtime(TARGET ${DEMO_NAME} ${__extra_flags})
endif() endif()
dump_target_info(TARGETS ${DEMO_NAME}) #dump_target_info(TARGETS ${DEMO_NAME})

View File

@ -112,4 +112,4 @@ if(FRAMELESSHELPER_EXAMPLES_DEPLOYQT)
deploy_qt_runtime(TARGET ${DEMO_NAME} ${__extra_flags}) deploy_qt_runtime(TARGET ${DEMO_NAME} ${__extra_flags})
endif() endif()
dump_target_info(TARGETS ${DEMO_NAME}) #dump_target_info(TARGETS ${DEMO_NAME})

View File

@ -122,4 +122,4 @@ if(FRAMELESSHELPER_EXAMPLES_DEPLOYQT)
deploy_qt_runtime(TARGET ${DEMO_NAME} ${__extra_flags}) deploy_qt_runtime(TARGET ${DEMO_NAME} ${__extra_flags})
endif() endif()
dump_target_info(TARGETS ${DEMO_NAME}) #dump_target_info(TARGETS ${DEMO_NAME})

View File

@ -143,4 +143,4 @@ if(FRAMELESSHELPER_EXAMPLES_DEPLOYQT)
) )
endif() endif()
dump_target_info(TARGETS ${DEMO_NAME}) #dump_target_info(TARGETS ${DEMO_NAME})

View File

@ -107,4 +107,4 @@ if(FRAMELESSHELPER_EXAMPLES_DEPLOYQT)
deploy_qt_runtime(TARGET ${DEMO_NAME} ${__extra_flags}) deploy_qt_runtime(TARGET ${DEMO_NAME} ${__extra_flags})
endif() endif()
dump_target_info(TARGETS ${DEMO_NAME}) #dump_target_info(TARGETS ${DEMO_NAME})

View File

@ -379,4 +379,6 @@ if(NOT FRAMELESSHELPER_NO_INSTALL)
) )
endif() endif()
if(NOT FRAMELESSHELPER_NO_SUMMARY)
dump_target_info(TARGETS ${SUB_PROJ_NAME}) dump_target_info(TARGETS ${SUB_PROJ_NAME})
endif()

View File

@ -359,4 +359,6 @@ if(NOT FRAMELESSHELPER_NO_INSTALL)
) )
endif() endif()
if(NOT FRAMELESSHELPER_NO_SUMMARY)
dump_target_info(TARGETS ${SUB_PROJ_NAME}) dump_target_info(TARGETS ${SUB_PROJ_NAME})
endif()

View File

@ -250,4 +250,6 @@ if(NOT FRAMELESSHELPER_NO_INSTALL)
) )
endif() endif()
if(NOT FRAMELESSHELPER_NO_SUMMARY)
dump_target_info(TARGETS ${SUB_PROJ_NAME}) dump_target_info(TARGETS ${SUB_PROJ_NAME})
endif()