chore: add cmake log

This commit is contained in:
Barry 2022-06-08 20:45:42 +08:00
parent d3b665037d
commit ee8be50e33

View file

@ -19,9 +19,11 @@ endif()
message(STATUS "[${PROJECT_NAME}] QSC_CPU_ARCH:${QSC_CPU_ARCH}")
if(NOT DEFINED QSC_DEPLOY_PATH)
message(FATAL_ERROR "QtScrcpyCore need QSC_DEPLOY_PATH")
message(FATAL_ERROR "-- [QtScrcpyCore] need QSC_DEPLOY_PATH")
endif()
message("-- [QtScrcpyCore] QSC_DEPLOY_PATH: ${QSC_DEPLOY_PATH}")
#
# Sources
#