forked from github_mirror/framelesshelper
cmake: hide detailed info if the user don't want it
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
e67a91d668
commit
2b1623fbd6
|
@ -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})
|
||||||
|
|
|
@ -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})
|
||||||
|
|
|
@ -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})
|
||||||
|
|
|
@ -143,4 +143,4 @@ if(FRAMELESSHELPER_EXAMPLES_DEPLOYQT)
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
dump_target_info(TARGETS ${DEMO_NAME})
|
#dump_target_info(TARGETS ${DEMO_NAME})
|
||||||
|
|
|
@ -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})
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue