mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 19:44:59 +00:00
chore: add cmake log
This commit is contained in:
parent
d3b665037d
commit
ee8be50e33
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue